C# Class TodoApp.Controls.DayTile

Inheritance: Xamarin.Forms.StackLayout
Show file Open project: strongloop/loopback-example-xamarin Class Usage Examples

Public Properties

Property Type Description
DefaultItemWidth float
SelectedItemWidth float

Public Methods

Method Description
DayTile ( int dayNumber, string dayOfWeek, bool isSelected = false ) : TodoApp.Controls.DefaultControls

Private Methods

Method Description
SetTextColor ( Xamarin.Forms.Color color ) : void

Method Details

DayTile() public method

public DayTile ( int dayNumber, string dayOfWeek, bool isSelected = false ) : TodoApp.Controls.DefaultControls
dayNumber int
dayOfWeek string
isSelected bool
return TodoApp.Controls.DefaultControls

Property Details

DefaultItemWidth public static property

public static float DefaultItemWidth
return float

SelectedItemWidth public static property

public static float SelectedItemWidth
return float