EntryLayout - Phenek/Global.InputForms GitHub Wiki
EntryLayout:
EntryLayout is an abstract grid with a Label, an Entry, a Box (Line), and a label info. It is working with EntryView, PickerView, DatePickerView, TimePickerView
Top Label:
| Property | Description |
|---|---|
| LabeText | The Label Text property |
| LabelTextColor | Gets or sets the label text color. |
| LabelHighlightedColor | Gets or sets the label text color during focus. |
| ++Label Properties | Starting with Label, LabelFontSize, LabelFontFamily etc.. |
Entry Common properties:
| Property | Description |
|---|---|
| EntryCornerRadius | Gets or sets the source of items to template and display. |
| EntryBorderColor | Gets or sets the entry border color |
| EntryBackgroundColor | Gets or sets the entry background color |
| EntryTextColor | Gets or sets the entry text color |
| IsReadOnly | Gets or sets the entry as read only |
| ++Entry Properties | Starting with "Entry", EntryFontSize, EntryFontFamily, EntryPlaceholder etc.. |
Underline:
| Property | Description |
|---|---|
| LineColor | Gets or sets the label text color. |
| LineHighlightedColor | Gets or sets the label text color during focus. |
Info:
| Property | Description |
|---|---|
| InfoViewType | The display info type (Line, Surrounded, Background) Default Line |
| InfoText | The info text. It is better to use ShowInfo(bool isVisible, string info) method. |
| InfoColor | Gets or sets the Info Color (default Red) |
| ++Info Properties | Starting with "Info", InfoFontSize, InfoFontFamily etc.. |