C# Class Alex.Controls.Forms.FloatingTextEntry

Inheritance: Entry
Mostra file Open project: AlejandroRuiz/FloatingTextEntry Class Usage Examples

Public Properties

Property Type Description
AccentColorProperty BindableProperty
ErrorColorProperty BindableProperty
ErrorTextProperty BindableProperty
InactiveAccentColorProperty BindableProperty
ValidatorProperty BindableProperty

Public Methods

Method Description
FloatingTextEntry ( ) : System

Method Details

FloatingTextEntry() public method

public FloatingTextEntry ( ) : System
return System

Property Details

AccentColorProperty public_oe static_oe property

The accent color property.
public static BindableProperty AccentColorProperty
return BindableProperty

ErrorColorProperty public_oe static_oe property

The error color property.
public static BindableProperty ErrorColorProperty
return BindableProperty

ErrorTextProperty public_oe static_oe property

The error text property.
public static BindableProperty ErrorTextProperty
return BindableProperty

InactiveAccentColorProperty public_oe static_oe property

The inactive accent color property.
public static BindableProperty InactiveAccentColorProperty
return BindableProperty

ValidatorProperty public_oe static_oe property

The validator property.
public static BindableProperty ValidatorProperty
return BindableProperty