Class TextFieldStyle

    Definition

    Namespace:
    Tizen.NUI.BaseComponents
    Assembly:
    Tizen.NUI.dll

    The base class for Children attributes in Components.

    public class TextFieldStyle : ViewStyle, IDynamicResourceHandler, IDisposable
    Inheritance
    object
    BindableObject
    ViewStyle
    TextFieldStyle
    Implements
    IDynamicResourceHandler
    IDisposable

    Constructors

    View Source

    TextFieldStyle()

    Create an empty instance.

    Declaration
    public TextFieldStyle()

    Properties

    View Source

    CursorBlinkDuration

    Declaration
    public float? CursorBlinkDuration { get; set; }
    Property Value
    Type Description
    float?
    View Source

    CursorBlinkInterval

    Declaration
    public float? CursorBlinkInterval { get; set; }
    Property Value
    Type Description
    float?
    View Source

    CursorWidth

    Declaration
    public int? CursorWidth { get; set; }
    Property Value
    Type Description
    int?
    View Source

    DecorationBoundingBox

    Declaration
    public Rectangle DecorationBoundingBox { get; set; }
    Property Value
    Type Description
    Rectangle
    View Source

    Ellipsis

    Declaration
    public bool? Ellipsis { get; set; }
    Property Value
    Type Description
    bool?
    View Source

    Emboss

    Declaration
    public string Emboss { get; set; }
    Property Value
    Type Description
    string
    View Source

    EnableCursorBlink

    Declaration
    public bool? EnableCursorBlink { get; set; }
    Property Value
    Type Description
    bool?
    View Source

    EnableMarkup

    Declaration
    public bool? EnableMarkup { get; set; }
    Property Value
    Type Description
    bool?
    View Source

    EnableSelection

    Declaration
    public bool? EnableSelection { get; set; }
    Property Value
    Type Description
    bool?
    View Source

    ExceedPolicy

    Declaration
    public int? ExceedPolicy { get; set; }
    Property Value
    Type Description
    int?
    View Source

    FontFamily

    Declaration
    public string FontFamily { get; set; }
    Property Value
    Type Description
    string
    View Source

    FontSizeScale

    Declaration
    public float? FontSizeScale { get; set; }
    Property Value
    Type Description
    float?
    View Source

    FontStyle

    Declaration
    public PropertyMap FontStyle { get; set; }
    Property Value
    Type Description
    PropertyMap
    View Source

    GrabHandleColor

    Declaration
    public Color GrabHandleColor { get; set; }
    Property Value
    Type Description
    Color
    View Source

    GrabHandleImage

    Declaration
    public string GrabHandleImage { get; set; }
    Property Value
    Type Description
    string
    View Source

    GrabHandlePressedImage

    Declaration
    public string GrabHandlePressedImage { get; set; }
    Property Value
    Type Description
    string
    View Source

    HorizontalAlignment

    Declaration
    public HorizontalAlignment? HorizontalAlignment { get; set; }
    Property Value
    Type Description
    HorizontalAlignment?
    View Source

    InputColor

    Declaration
    public Vector4 InputColor { get; set; }
    Property Value
    Type Description
    Vector4
    View Source

    InputEmboss

    Declaration
    public string InputEmboss { get; set; }
    Property Value
    Type Description
    string
    View Source

    InputFontFamily

    Declaration
    public string InputFontFamily { get; set; }
    Property Value
    Type Description
    string
    View Source

    InputOutline

    Declaration
    public string InputOutline { get; set; }
    Property Value
    Type Description
    string
    View Source

    InputPointSize

    Declaration
    public float? InputPointSize { get; set; }
    Property Value
    Type Description
    float?
    View Source

    InputShadow

    Declaration
    public string InputShadow { get; set; }
    Property Value
    Type Description
    string
    View Source

    InputUnderline

    Declaration
    public string InputUnderline { get; set; }
    Property Value
    Type Description
    string
    View Source

    MatchSystemLanguageDirection

    Declaration
    public bool? MatchSystemLanguageDirection { get; set; }
    Property Value
    Type Description
    bool?
    View Source

    MaxLength

    Declaration
    public int? MaxLength { get; set; }
    Property Value
    Type Description
    int?
    View Source

    PixelSize

    Declaration
    public float? PixelSize { get; set; }
    Property Value
    Type Description
    float?
    View Source

    PlaceholderText

    Declaration
    public string PlaceholderText { get; set; }
    Property Value
    Type Description
    string
    View Source

    PlaceholderTextColor

    Declaration
    public Vector4 PlaceholderTextColor { get; set; }
    Property Value
    Type Description
    Vector4
    View Source

    PlaceholderTextFocused

    Declaration
    public string PlaceholderTextFocused { get; set; }
    Property Value
    Type Description
    string
    View Source

    PointSize

    Declaration
    public float? PointSize { get; set; }
    Property Value
    Type Description
    float?
    View Source

    PrimaryCursorColor

    Gets or sets primary cursor color.

    Declaration
    public Vector4 PrimaryCursorColor { get; set; }
    Property Value
    Type Description
    Vector4
    View Source

    ScrollSpeed

    Declaration
    public float? ScrollSpeed { get; set; }
    Property Value
    Type Description
    float?
    View Source

    ScrollThreshold

    Declaration
    public float? ScrollThreshold { get; set; }
    Property Value
    Type Description
    float?
    View Source

    SecondaryCursorColor

    Declaration
    public Vector4 SecondaryCursorColor { get; set; }
    Property Value
    Type Description
    Vector4
    View Source

    SelectionHandleImageLeft

    Declaration
    public PropertyMap SelectionHandleImageLeft { get; set; }
    Property Value
    Type Description
    PropertyMap
    View Source

    SelectionHandleImageRight

    Declaration
    public PropertyMap SelectionHandleImageRight { get; set; }
    Property Value
    Type Description
    PropertyMap
    View Source

    SelectionHighlightColor

    Declaration
    public Vector4 SelectionHighlightColor { get; set; }
    Property Value
    Type Description
    Vector4
    View Source

    SelectionPopupStyle

    Declaration
    public PropertyMap SelectionPopupStyle { get; set; }
    Property Value
    Type Description
    PropertyMap
    View Source

    TextColor

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

    VerticalAlignment

    Declaration
    public VerticalAlignment? VerticalAlignment { get; set; }
    Property Value
    Type Description
    VerticalAlignment?

    Implements

    IDynamicResourceHandler
    IDisposable

    Extension Methods

    ViewStyleExtension.Merge<TOut>(TOut, TOut)
    EXamlExtensions.LoadFromEXamlByRelativePath<T>(T, string)
    Extensions.LoadFromXaml<TXaml>(TXaml, string)
    Extensions.LoadFromXaml<TXaml>(TXaml, Type)
    Extensions.LoadFromXamlFile<TXaml>(TXaml, string)
    BindableObjectExtensions.SetBinding(BindableObject, BindableProperty, string, BindingMode, IValueConverter, string)
    • View Source
    Back to top Copyright © 2016-2025 Samsung
    Generated by DocFX