C# Class TodoApp.Controls.DayPicker

Inheritance: TodoApp.Controls.DefaultControls.SelectableScrollView
Afficher le fichier Open project: strongloop/loopback-example-xamarin Class Usage Examples

Méthodes publiques

Méthode Description
DayPicker ( List days ) : System
SelectDay ( int selectedDay ) : void

Méthodes protégées

Méthode Description
OnSizeRequest ( double widthConstraint, double heightConstraint ) : SizeRequest

Private Methods

Méthode Description
CenterDay ( DayTile selectedDay ) : void

Method Details

DayPicker() public méthode

public DayPicker ( List days ) : System
days List
Résultat System

OnSizeRequest() protected méthode

protected OnSizeRequest ( double widthConstraint, double heightConstraint ) : SizeRequest
widthConstraint double
heightConstraint double
Résultat SizeRequest

SelectDay() public méthode

public SelectDay ( int selectedDay ) : void
selectedDay int
Résultat void