C# 클래스 Xamarin.Forms.Conference.WebRTC.Controls.CheckBoxExtended

상속: Xamarin.Forms.View
파일 보기 프로젝트 열기: QuickBlox/quickblox-dotnet-sdk 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
CheckedProperty BindableProperty
CheckedTextProperty BindableProperty
DefaultTextProperty BindableProperty
FontNameProperty BindableProperty
FontSizeProperty BindableProperty
TextColorProperty BindableProperty
UncheckedTextProperty BindableProperty

비공개 메소드들

메소드 설명
OnCheckedPropertyChanged ( BindableObject bindable, bool oldvalue, bool newvalue ) : void

Called when [checked property changed].

프로퍼티 상세

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

The checked state property.
public static BindableProperty CheckedProperty
리턴 BindableProperty

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

The checked text property.
public static BindableProperty CheckedTextProperty
리턴 BindableProperty

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

The default text property.
public static BindableProperty DefaultTextProperty
리턴 BindableProperty

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

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

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

The font size property
public static BindableProperty FontSizeProperty
리턴 BindableProperty

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

Identifies the TextColor bindable property.
public static BindableProperty TextColorProperty
리턴 BindableProperty

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

The unchecked text property.
public static BindableProperty UncheckedTextProperty
리턴 BindableProperty