C# Class Xamarin.Forms.Conference.WebRTC.Controls.CheckBoxExtended

Inheritance: Xamarin.Forms.View
Show file Open project: QuickBlox/quickblox-dotnet-sdk Class Usage Examples

Public Properties

Property Type Description
CheckedProperty BindableProperty
CheckedTextProperty BindableProperty
DefaultTextProperty BindableProperty
FontNameProperty BindableProperty
FontSizeProperty BindableProperty
TextColorProperty BindableProperty
UncheckedTextProperty BindableProperty

Private Methods

Method Description
OnCheckedPropertyChanged ( BindableObject bindable, bool oldvalue, bool newvalue ) : void

Called when [checked property changed].

Property Details

CheckedProperty public static property

The checked state property.
public static BindableProperty CheckedProperty
return BindableProperty

CheckedTextProperty public static property

The checked text property.
public static BindableProperty CheckedTextProperty
return BindableProperty

DefaultTextProperty public static property

The default text property.
public static BindableProperty DefaultTextProperty
return BindableProperty

FontNameProperty public static property

The font name property.
public static BindableProperty FontNameProperty
return BindableProperty

FontSizeProperty public static property

The font size property
public static BindableProperty FontSizeProperty
return BindableProperty

TextColorProperty public static property

Identifies the TextColor bindable property.
public static BindableProperty TextColorProperty
return BindableProperty

UncheckedTextProperty public static property

The unchecked text property.
public static BindableProperty UncheckedTextProperty
return BindableProperty