Interface IEntry
Assembly: Tizen.UIExtensions.ElmSharp.dll
Syntax
Properties
FontAttributes
Declaration
FontAttributes FontAttributes { get; set; }
Property Value
FontFamily
Declaration
string FontFamily { get; set; }
Property Value
Type |
Description |
System.String |
|
FontSize
Declaration
double FontSize { get; set; }
Property Value
Type |
Description |
System.Double |
|
HorizontalTextAlignment
Declaration
TextAlignment HorizontalTextAlignment { get; set; }
Property Value
Keyboard
Declaration
Keyboard Keyboard { get; set; }
Property Value
Placeholder
Declaration
string Placeholder { get; set; }
Property Value
Type |
Description |
System.String |
|
PlaceholderColor
Declaration
Color PlaceholderColor { get; set; }
Property Value
TextColor
Declaration
Color TextColor { get; set; }
Property Value
Events
EntryLayoutFocused
Declaration
event EventHandler EntryLayoutFocused
Event Type
Type |
Description |
System.EventHandler |
|
EntryLayoutUnfocused
Declaration
event EventHandler EntryLayoutUnfocused
Event Type
Type |
Description |
System.EventHandler |
|
TextBlockFocused
Declaration
event EventHandler TextBlockFocused
Event Type
Type |
Description |
System.EventHandler |
|
TextBlockUnfocused
Declaration
event EventHandler TextBlockUnfocused
Event Type
Type |
Description |
System.EventHandler |
|
TextChanged
Declaration
event EventHandler<TextChangedEventArgs> TextChanged
Event Type