C# Class XLabs.Forms.Controls.BindableRadioGroup

Inheritance: Xamarin.Forms.StackLayout
ファイルを表示 Open project: takenet/Xamarin-Forms-Labs Class Usage Examples

Public Properties

Property Type Description
FontNameProperty BindableProperty
FontSizeProperty BindableProperty
Items ObservableCollection
ItemsSourceProperty BindableProperty
SelectedIndexProperty BindableProperty
TextColorProperty BindableProperty

Public Methods

Method Description
BindableRadioGroup ( ) : System

Private Methods

Method 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 method

public BindableRadioGroup ( ) : System
return System

Property Details

FontNameProperty public_oe static_oe property

The font name property.
public static BindableProperty FontNameProperty
return BindableProperty

FontSizeProperty public_oe static_oe property

The font size property
public static BindableProperty FontSizeProperty
return BindableProperty

Items public_oe property

public ObservableCollection Items
return ObservableCollection

ItemsSourceProperty public_oe static_oe property

public static BindableProperty ItemsSourceProperty
return BindableProperty

SelectedIndexProperty public_oe static_oe property

public static BindableProperty SelectedIndexProperty
return BindableProperty

TextColorProperty public_oe static_oe property

public static BindableProperty TextColorProperty
return BindableProperty