Class Editor
A control that can edit multiple lines of text.
Inheritance
System.Object
Editor
Inherited Members
Namespace: Tizen.UIExtensions.NUI.GraphicsView
Assembly: Tizen.UIExtensions.NUI.dll
Syntax
public class Editor : GraphicsView<EditorDrawable>, IMeasurable, IEditor
Constructors
Editor()
Initializes a new instance of the Editor class.
Declaration
public Editor()
Properties
BackgroundColor
Gets or sets the color which will fill the background
Declaration
public Color BackgroundColor { get; set; }
Property Value
Type | Description |
---|---|
Color |
EmbedEditor
Declaration
public Editor EmbedEditor { get; }
Property Value
Type | Description |
---|---|
Editor |
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 edtior
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
IEditor.BackgroundColor
Declaration
Color IEditor.BackgroundColor { get; }
Returns
Type | Description |
---|---|
Color |