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

Inheritance: Xamarin.Forms.View
Mostra 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_oe static_oe property

The checked state property.
public static BindableProperty CheckedProperty
return BindableProperty

CheckedTextProperty public_oe static_oe property

The checked text property.
public static BindableProperty CheckedTextProperty
return BindableProperty

DefaultTextProperty public_oe static_oe property

The default text property.
public static BindableProperty DefaultTextProperty
return BindableProperty

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

TextColorProperty public_oe static_oe property

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

UncheckedTextProperty public_oe static_oe property

The unchecked text property.
public static BindableProperty UncheckedTextProperty
return BindableProperty