C# Class XLabs.Forms.Controls.BindableRadioGroup

Inheritance: Xamarin.Forms.StackLayout
Afficher le fichier Open project: takenet/Xamarin-Forms-Labs Class Usage Examples

Méthodes publiques

Свойство Type Description
FontNameProperty BindableProperty
FontSizeProperty BindableProperty
Items ObservableCollection
ItemsSourceProperty BindableProperty
SelectedIndexProperty BindableProperty
TextColorProperty BindableProperty

Méthodes publiques

Méthode Description
BindableRadioGroup ( ) : System

Private Methods

Méthode Description
GetItemsSource ( ) : IEnumerable
OnCheckedChanged ( object sender, EventArgs e ) : void
OnItemsSourceChanged ( BindableObject bindable, IEnumerable oldValue, IEnumerable newValue ) : void
OnSelectedIndexChanged ( BindableObject bindable, int oldvalue, int newvalue ) : void

Method Details

BindableRadioGroup() public méthode

public BindableRadioGroup ( ) : System
Résultat System

Property Details

FontNameProperty public_oe static_oe property

The font name property.
public static BindableProperty FontNameProperty
Résultat BindableProperty

FontSizeProperty public_oe static_oe property

The font size property
public static BindableProperty FontSizeProperty
Résultat BindableProperty

Items public_oe property

public ObservableCollection Items
Résultat ObservableCollection

ItemsSourceProperty public_oe static_oe property

public static BindableProperty ItemsSourceProperty
Résultat BindableProperty

SelectedIndexProperty public_oe static_oe property

public static BindableProperty SelectedIndexProperty
Résultat BindableProperty

TextColorProperty public_oe static_oe property

public static BindableProperty TextColorProperty
Résultat BindableProperty