Show / Hide Table of Contents

    Class Entry

    A control that can edit a single line of text.

    Inheritance
    System.Object
    CustomRenderingView
    SKGLSurfaceView
    SkiaGraphicsView
    GraphicsView<EntryDrawable>
    Entry
    Implements
    IMeasurable
    IEntry
    Inherited Members
    GraphicsView<EntryDrawable>.IsEnabled
    GraphicsView<EntryDrawable>.Measure(Double, Double)
    GraphicsView<EntryDrawable>.SetProperty<T>(String, T)
    GraphicsView<EntryDrawable>.GetProperty<T>(String)
    GraphicsView<EntryDrawable>.Drawable
    GraphicsView<EntryDrawable>.OnUnfocused(Object, EventArgs)
    GraphicsView<EntryDrawable>.OnFocused(Object, EventArgs)
    GraphicsView<EntryDrawable>.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 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

    Implements

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