Show / Hide Table of Contents

    Interface IEntry

    Namespace: Tizen.UIExtensions.ElmSharp
    Assembly: Tizen.UIExtensions.ElmSharp.dll
    Syntax
    public interface IEntry

    Properties

    FontAttributes

    Declaration
    FontAttributes FontAttributes { get; set; }
    Property Value
    Type Description
    FontAttributes

    FontFamily

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

    FontSize

    Declaration
    double FontSize { get; set; }
    Property Value
    Type Description
    System.Double

    HorizontalTextAlignment

    Declaration
    TextAlignment HorizontalTextAlignment { get; set; }
    Property Value
    Type Description
    TextAlignment

    Keyboard

    Declaration
    Keyboard Keyboard { get; set; }
    Property Value
    Type Description
    Keyboard

    Placeholder

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

    PlaceholderColor

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

    TextColor

    Declaration
    Color TextColor { get; set; }
    Property Value
    Type Description
    Color

    Events

    EntryLayoutFocused

    Declaration
    event EventHandler EntryLayoutFocused
    Event Type
    Type Description
    System.EventHandler

    EntryLayoutUnfocused

    Declaration
    event EventHandler EntryLayoutUnfocused
    Event Type
    Type Description
    System.EventHandler

    TextBlockFocused

    Declaration
    event EventHandler TextBlockFocused
    Event Type
    Type Description
    System.EventHandler

    TextBlockUnfocused

    Declaration
    event EventHandler TextBlockUnfocused
    Event Type
    Type Description
    System.EventHandler

    TextChanged

    Declaration
    event EventHandler<TextChangedEventArgs> TextChanged
    Event Type
    Type Description
    System.EventHandler<TextChangedEventArgs>
    Back to top Copyright © 2021 Samsung
    Generated by DocFX