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()

    Fields

    View Source

    CursorBlinkDurationProperty

    Declaration
    public static readonly BindableProperty CursorBlinkDurationProperty
    Field Value
    Type Description
    BindableProperty
    View Source

    CursorBlinkIntervalProperty

    Declaration
    public static readonly BindableProperty CursorBlinkIntervalProperty
    Field Value
    Type Description
    BindableProperty
    View Source

    CursorWidthProperty

    Declaration
    public static readonly BindableProperty CursorWidthProperty
    Field Value
    Type Description
    BindableProperty
    View Source

    DecorationBoundingBoxProperty

    Declaration
    public static readonly BindableProperty DecorationBoundingBoxProperty
    Field Value
    Type Description
    BindableProperty
    View Source

    EllipsisProperty

    Declaration
    public static readonly BindableProperty EllipsisProperty
    Field Value
    Type Description
    BindableProperty
    View Source

    EmbossProperty

    Declaration
    public static readonly BindableProperty EmbossProperty
    Field Value
    Type Description
    BindableProperty
    View Source

    EnableCursorBlinkProperty

    Declaration
    public static readonly BindableProperty EnableCursorBlinkProperty
    Field Value
    Type Description
    BindableProperty
    View Source

    EnableMarkupProperty

    Declaration
    public static readonly BindableProperty EnableMarkupProperty
    Field Value
    Type Description
    BindableProperty
    View Source

    EnableSelectionProperty

    Declaration
    public static readonly BindableProperty EnableSelectionProperty
    Field Value
    Type Description
    BindableProperty
    View Source

    ExceedPolicyProperty

    Declaration
    public static readonly BindableProperty ExceedPolicyProperty
    Field Value
    Type Description
    BindableProperty
    View Source

    FontFamilyProperty

    Declaration
    public static readonly BindableProperty FontFamilyProperty
    Field Value
    Type Description
    BindableProperty
    View Source

    FontSizeScaleProperty

    Declaration
    public static readonly BindableProperty FontSizeScaleProperty
    Field Value
    Type Description
    BindableProperty
    View Source

    FontStyleProperty

    Declaration
    public static readonly BindableProperty FontStyleProperty
    Field Value
    Type Description
    BindableProperty
    View Source

    GrabHandleColorProperty

    Declaration
    public static readonly BindableProperty GrabHandleColorProperty
    Field Value
    Type Description
    BindableProperty
    View Source

    GrabHandleImageProperty

    Declaration
    public static readonly BindableProperty GrabHandleImageProperty
    Field Value
    Type Description
    BindableProperty
    View Source

    GrabHandlePressedImageProperty

    Declaration
    public static readonly BindableProperty GrabHandlePressedImageProperty
    Field Value
    Type Description
    BindableProperty
    View Source

    HorizontalAlignmentProperty

    Declaration
    public static readonly BindableProperty HorizontalAlignmentProperty
    Field Value
    Type Description
    BindableProperty
    View Source

    InputColorProperty

    Declaration
    public static readonly BindableProperty InputColorProperty
    Field Value
    Type Description
    BindableProperty
    View Source

    InputEmbossProperty

    Declaration
    public static readonly BindableProperty InputEmbossProperty
    Field Value
    Type Description
    BindableProperty
    View Source

    InputFontFamilyProperty

    Declaration
    public static readonly BindableProperty InputFontFamilyProperty
    Field Value
    Type Description
    BindableProperty
    View Source

    InputOutlineProperty

    Declaration
    public static readonly BindableProperty InputOutlineProperty
    Field Value
    Type Description
    BindableProperty
    View Source

    InputPointSizeProperty

    Declaration
    public static readonly BindableProperty InputPointSizeProperty
    Field Value
    Type Description
    BindableProperty
    View Source

    InputShadowProperty

    Declaration
    public static readonly BindableProperty InputShadowProperty
    Field Value
    Type Description
    BindableProperty
    View Source

    InputUnderlineProperty

    Declaration
    public static readonly BindableProperty InputUnderlineProperty
    Field Value
    Type Description
    BindableProperty
    View Source

    MatchSystemLanguageDirectionProperty

    Declaration
    public static readonly BindableProperty MatchSystemLanguageDirectionProperty
    Field Value
    Type Description
    BindableProperty
    View Source

    MaxLengthProperty

    Declaration
    public static readonly BindableProperty MaxLengthProperty
    Field Value
    Type Description
    BindableProperty
    View Source

    PixelSizeProperty

    Declaration
    public static readonly BindableProperty PixelSizeProperty
    Field Value
    Type Description
    BindableProperty
    View Source

    PlaceholderTextColorProperty

    Declaration
    public static readonly BindableProperty PlaceholderTextColorProperty
    Field Value
    Type Description
    BindableProperty
    View Source

    PlaceholderTextFocusedProperty

    Declaration
    public static readonly BindableProperty PlaceholderTextFocusedProperty
    Field Value
    Type Description
    BindableProperty
    View Source

    PlaceholderTextProperty

    Declaration
    public static readonly BindableProperty PlaceholderTextProperty
    Field Value
    Type Description
    BindableProperty
    View Source

    PointSizeProperty

    Declaration
    public static readonly BindableProperty PointSizeProperty
    Field Value
    Type Description
    BindableProperty
    View Source

    PrimaryCursorColorProperty

    Declaration
    public static readonly BindableProperty PrimaryCursorColorProperty
    Field Value
    Type Description
    BindableProperty
    View Source

    ScrollSpeedProperty

    Declaration
    public static readonly BindableProperty ScrollSpeedProperty
    Field Value
    Type Description
    BindableProperty
    View Source

    ScrollThresholdProperty

    Declaration
    public static readonly BindableProperty ScrollThresholdProperty
    Field Value
    Type Description
    BindableProperty
    View Source

    SecondaryCursorColorProperty

    Declaration
    public static readonly BindableProperty SecondaryCursorColorProperty
    Field Value
    Type Description
    BindableProperty
    View Source

    SelectionHandleImageLeftProperty

    Declaration
    public static readonly BindableProperty SelectionHandleImageLeftProperty
    Field Value
    Type Description
    BindableProperty
    View Source

    SelectionHandleImageRightProperty

    Declaration
    public static readonly BindableProperty SelectionHandleImageRightProperty
    Field Value
    Type Description
    BindableProperty
    View Source

    SelectionHighlightColorProperty

    Declaration
    public static readonly BindableProperty SelectionHighlightColorProperty
    Field Value
    Type Description
    BindableProperty
    View Source

    SelectionPopupStyleProperty

    Declaration
    public static readonly BindableProperty SelectionPopupStyleProperty
    Field Value
    Type Description
    BindableProperty
    View Source

    TextColorProperty

    Declaration
    public static readonly BindableProperty TextColorProperty
    Field Value
    Type Description
    BindableProperty
    View Source

    VerticalAlignmentProperty

    Declaration
    public static readonly BindableProperty VerticalAlignmentProperty
    Field Value
    Type Description
    BindableProperty

    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.LoadFromEXaml<T>(T, string)
    EXamlExtensions.LoadFromEXamlByRelativePath<T>(T, string)
    EXamlExtensions.LoadFromEXamlPath<TXaml>(TXaml, string)
    EXamlExtensions.LoadFromEXamlPath<T>(T, Type)
    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