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
-
- Implements
-
IDisposable
Constructors
View Source
TextFieldStyle()
Create an empty instance.
Declaration
Properties
View Source
CursorBlinkDuration
Declaration
public float? CursorBlinkDuration { get; set; }
Property Value
View Source
CursorBlinkInterval
Declaration
public float? CursorBlinkInterval { get; set; }
Property Value
View Source
CursorWidth
Declaration
public int? CursorWidth { get; set; }
Property Value
View Source
DecorationBoundingBox
Declaration
public Rectangle DecorationBoundingBox { get; set; }
Property Value
View Source
Ellipsis
Declaration
public bool? Ellipsis { get; set; }
Property Value
View Source
Emboss
Declaration
public string Emboss { get; set; }
Property Value
View Source
EnableCursorBlink
Declaration
public bool? EnableCursorBlink { get; set; }
Property Value
View Source
EnableMarkup
Declaration
public bool? EnableMarkup { get; set; }
Property Value
View Source
EnableSelection
Declaration
public bool? EnableSelection { get; set; }
Property Value
View Source
ExceedPolicy
Declaration
public int? ExceedPolicy { get; set; }
Property Value
View Source
FontFamily
Declaration
public string FontFamily { get; set; }
Property Value
View Source
FontSizeScale
Declaration
public float? FontSizeScale { get; set; }
Property Value
View Source
FontStyle
Declaration
public PropertyMap FontStyle { get; set; }
Property Value
View Source
GrabHandleColor
Declaration
public Color GrabHandleColor { get; set; }
Property Value
View Source
GrabHandleImage
Declaration
public string GrabHandleImage { get; set; }
Property Value
View Source
GrabHandlePressedImage
Declaration
public string GrabHandlePressedImage { get; set; }
Property Value
View Source
HorizontalAlignment
Declaration
public HorizontalAlignment? HorizontalAlignment { get; set; }
Property Value
View Source
InputColor
Declaration
public Vector4 InputColor { get; set; }
Property Value
View Source
InputEmboss
Declaration
public string InputEmboss { get; set; }
Property Value
View Source
InputFontFamily
Declaration
public string InputFontFamily { get; set; }
Property Value
View Source
InputOutline
Declaration
public string InputOutline { get; set; }
Property Value
View Source
InputPointSize
Declaration
public float? InputPointSize { get; set; }
Property Value
View Source
InputShadow
Declaration
public string InputShadow { get; set; }
Property Value
View Source
InputUnderline
Declaration
public string InputUnderline { get; set; }
Property Value
View Source
MatchSystemLanguageDirection
Declaration
public bool? MatchSystemLanguageDirection { get; set; }
Property Value
View Source
MaxLength
Declaration
public int? MaxLength { get; set; }
Property Value
View Source
PixelSize
Declaration
public float? PixelSize { get; set; }
Property Value
View Source
PlaceholderText
Declaration
public string PlaceholderText { get; set; }
Property Value
View Source
PlaceholderTextColor
Declaration
public Vector4 PlaceholderTextColor { get; set; }
Property Value
View Source
PlaceholderTextFocused
Declaration
public string PlaceholderTextFocused { get; set; }
Property Value
View Source
PointSize
Declaration
public float? PointSize { get; set; }
Property Value
View Source
PrimaryCursorColor
Gets or sets primary cursor color.
Declaration
public Vector4 PrimaryCursorColor { get; set; }
Property Value
View Source
ScrollSpeed
Declaration
public float? ScrollSpeed { get; set; }
Property Value
View Source
ScrollThreshold
Declaration
public float? ScrollThreshold { get; set; }
Property Value
View Source
SecondaryCursorColor
Declaration
public Vector4 SecondaryCursorColor { get; set; }
Property Value
View Source
SelectionHandleImageLeft
Declaration
public PropertyMap SelectionHandleImageLeft { get; set; }
Property Value
View Source
SelectionHandleImageRight
Declaration
public PropertyMap SelectionHandleImageRight { get; set; }
Property Value
View Source
SelectionHighlightColor
Declaration
public Vector4 SelectionHighlightColor { get; set; }
Property Value
View Source
Declaration
public PropertyMap SelectionPopupStyle { get; set; }
Property Value
View Source
TextColor
Declaration
public Color TextColor { get; set; }
Property Value
View Source
VerticalAlignment
Declaration
public VerticalAlignment? VerticalAlignment { get; set; }
Property Value
Implements
IDisposable
Extension Methods