Class Entry
A control that can edit a single line of text.
Inheritance
System.Object
Entry
Inherited Members
Namespace: Tizen.UIExtensions.NUI.GraphicsView
Assembly: Tizen.UIExtensions.NUI.dll
Syntax
public class Entry : GraphicsView<EntryDrawable>, IMeasurable, IEntry
Constructors
Entry()
Initializes a new instance of the Entry class.
Declaration
public Entry()
Properties
BackgroundColor
Gets or sets the color which will fill the background
Declaration
public Color BackgroundColor { get; set; }
Property Value
Type | Description |
---|---|
Color |
EmbedEntry
Declaration
public Entry EmbedEntry { get; }
Property Value
Type | Description |
---|---|
Entry |
IsFocused
Declaration
public bool IsFocused { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
Placeholder
Gets or sets the text that is displayed when the control is empty.
Declaration
public string Placeholder { get; set; }
Property Value
Type | Description |
---|---|
System.String |
PlaceholderColor
Gets or sets the color of the placeholder text.
Declaration
public Color PlaceholderColor { get; set; }
Property Value
Type | Description |
---|---|
Color |
Text
Gets or sets the text of the entry
Declaration
public string Text { get; set; }
Property Value
Type | Description |
---|---|
System.String |
TextColor
Gets or sets the text color.
Declaration
public Color TextColor { get; set; }
Property Value
Type | Description |
---|---|
Color |
Explicit Interface Implementations
IEntry.BackgroundColor
Declaration
Color IEntry.BackgroundColor { get; }
Returns
Type | Description |
---|---|
Color |