C# Class XamarinForms.QbChat.CheckBoxExtended

Inheritance: Xamarin.Forms.View
ファイルを表示 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

Public Methods

Method Description
CheckBoxExtended ( ) : System

Private Methods

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

Called when [checked property changed].

Method Details

CheckBoxExtended() public method

public CheckBoxExtended ( ) : System
return System

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