Show / Hide Table of Contents

    Interface IEntry

    Namespace: Tizen.UIExtensions.Common.GraphicsView
    Assembly: Tizen.UIExtensions.NUI.dll
    Syntax
    public interface IEntry

    Properties

    BackgroundColor

    Declaration
    Color BackgroundColor { get; }
    Property Value
    Type Description
    Color

    IsFocused

    Declaration
    bool IsFocused { get; }
    Property Value
    Type Description
    System.Boolean

    Placeholder

    Declaration
    string Placeholder { get; }
    Property Value
    Type Description
    System.String

    PlaceholderColor

    Declaration
    Color PlaceholderColor { get; }
    Property Value
    Type Description
    Color

    Text

    Declaration
    string Text { get; set; }
    Property Value
    Type Description
    System.String

    TextColor

    Declaration
    Color TextColor { get; }
    Property Value
    Type Description
    Color
    Back to top Copyright © 2021 Samsung
    Generated by DocFX