C# 클래스 XLabs.Forms.Controls.BindableRadioGroup

상속: Xamarin.Forms.StackLayout
파일 보기 프로젝트 열기: takenet/Xamarin-Forms-Labs 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
FontNameProperty BindableProperty
FontSizeProperty BindableProperty
Items ObservableCollection
ItemsSourceProperty BindableProperty
SelectedIndexProperty BindableProperty
TextColorProperty BindableProperty

공개 메소드들

메소드 설명
BindableRadioGroup ( ) : System

비공개 메소드들

메소드 설명
GetItemsSource ( ) : IEnumerable
OnCheckedChanged ( object sender, EventArgs e ) : void
OnItemsSourceChanged ( BindableObject bindable, IEnumerable oldValue, IEnumerable newValue ) : void
OnSelectedIndexChanged ( BindableObject bindable, int oldvalue, int newvalue ) : void

메소드 상세

BindableRadioGroup() 공개 메소드

public BindableRadioGroup ( ) : System
리턴 System

프로퍼티 상세

FontNameProperty 공개적으로 정적으로 프로퍼티

The font name property.
public static BindableProperty FontNameProperty
리턴 BindableProperty

FontSizeProperty 공개적으로 정적으로 프로퍼티

The font size property
public static BindableProperty FontSizeProperty
리턴 BindableProperty

Items 공개적으로 프로퍼티

public ObservableCollection Items
리턴 ObservableCollection

ItemsSourceProperty 공개적으로 정적으로 프로퍼티

public static BindableProperty ItemsSourceProperty
리턴 BindableProperty

SelectedIndexProperty 공개적으로 정적으로 프로퍼티

public static BindableProperty SelectedIndexProperty
리턴 BindableProperty

TextColorProperty 공개적으로 정적으로 프로퍼티

public static BindableProperty TextColorProperty
리턴 BindableProperty