C# Class Blog.Mobile.Helpers.Controls

Afficher le fichier Open project: jsnmgpnty/Blogness2.0

Méthodes publiques

Méthode Description
CreateDatePicker ( string binding ) : CustomDatePicker
CreateLabel ( string text ) : Label
CreatePicker ( IEnumerable itemsSrc ) : CustomPicker
CreateTextEntry ( string binding ) : CustomTextEntry

Method Details

CreateDatePicker() public static méthode

public static CreateDatePicker ( string binding ) : CustomDatePicker
binding string
Résultat Blog.Mobile.Components.CustomDatePicker

CreateLabel() public static méthode

public static CreateLabel ( string text ) : Label
text string
Résultat Xamarin.Forms.Label

CreatePicker() public static méthode

public static CreatePicker ( IEnumerable itemsSrc ) : CustomPicker
itemsSrc IEnumerable
Résultat Blog.Mobile.Components.CustomPicker

CreateTextEntry() public static méthode

public static CreateTextEntry ( string binding ) : CustomTextEntry
binding string
Résultat Blog.Mobile.Components.CustomTextEntry