Show / Hide Table of Contents

    Class Editor

    A control that can edit multiple lines of text.

    Inheritance
    System.Object
    CustomRenderingView
    SKGLSurfaceView
    SkiaGraphicsView
    GraphicsView<EditorDrawable>
    Editor
    Implements
    IMeasurable
    IEditor
    Inherited Members
    GraphicsView<EditorDrawable>.IsEnabled
    GraphicsView<EditorDrawable>.Measure(Double, Double)
    GraphicsView<EditorDrawable>.SetProperty<T>(String, T)
    GraphicsView<EditorDrawable>.GetProperty<T>(String)
    GraphicsView<EditorDrawable>.Drawable
    GraphicsView<EditorDrawable>.OnUnfocused(Object, EventArgs)
    GraphicsView<EditorDrawable>.OnFocused(Object, EventArgs)
    GraphicsView<EditorDrawable>.OnTouch(Object, TouchEventArgs)
    SkiaGraphicsView.OnPaintSurface(Object, SKPaintSurfaceEventArgs)
    SKGLSurfaceView.OnDrawFrame()
    SKGLSurfaceView.OnResized()
    SKGLSurfaceView.Dispose(Boolean)
    CustomRenderingView.MainloopContext
    CustomRenderingView.PaintSurface
    CustomRenderingView.Invalidate()
    CustomRenderingView.SendPaintSurface(SKPaintSurfaceEventArgs)
    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

    Implements

    IMeasurable
    IEditor
    Back to top Copyright © 2021 Samsung
    Generated by DocFX