Class TextFieldStyle

Definition

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

The base class for Children attributes in Components.

C#
Copy
public class TextFieldStyle : ViewStyle, IDynamicResourceHandler, IDisposable
Inheritance
Implements
IDisposable

Constructors

View Source

TextFieldStyle()

Create an empty instance.

Declaration
C#
Copy
public TextFieldStyle()

Fields

View Source

CursorBlinkDurationProperty

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

CursorBlinkIntervalProperty

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

CursorWidthProperty

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

DecorationBoundingBoxProperty

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

EllipsisProperty

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

EmbossProperty

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

EnableCursorBlinkProperty

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

EnableMarkupProperty

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

EnableSelectionProperty

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

ExceedPolicyProperty

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

FontFamilyProperty

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

FontSizeScaleProperty

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

FontStyleProperty

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

GrabHandleColorProperty

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

GrabHandleImageProperty

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

GrabHandlePressedImageProperty

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

HorizontalAlignmentProperty

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

InputColorProperty

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

InputEmbossProperty

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

InputFontFamilyProperty

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

InputOutlineProperty

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

InputPointSizeProperty

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

InputShadowProperty

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

InputUnderlineProperty

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

MatchSystemLanguageDirectionProperty

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

MaxLengthProperty

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

PixelSizeProperty

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

PlaceholderTextColorProperty

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

PlaceholderTextFocusedProperty

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

PlaceholderTextProperty

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

PointSizeProperty

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

PrimaryCursorColorProperty

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

ScrollSpeedProperty

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

ScrollThresholdProperty

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

SecondaryCursorColorProperty

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

SelectionHandleImageLeftProperty

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

SelectionHandleImageRightProperty

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

SelectionHighlightColorProperty

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

SelectionPopupStyleProperty

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

TextColorProperty

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

VerticalAlignmentProperty

Declaration
C#
Copy
public static readonly BindableProperty VerticalAlignmentProperty
Field Value
Type Description
BindableProperty

Properties

View Source

CursorBlinkDuration

Declaration
C#
Copy
public float? CursorBlinkDuration { get; set; }
Property Value
Type Description
Nullable<Single>
View Source

CursorBlinkInterval

Declaration
C#
Copy
public float? CursorBlinkInterval { get; set; }
Property Value
Type Description
Nullable<Single>
View Source

CursorWidth

Declaration
C#
Copy
public int? CursorWidth { get; set; }
Property Value
Type Description
Nullable<Int32>
View Source

DecorationBoundingBox

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

Ellipsis

Declaration
C#
Copy
public bool? Ellipsis { get; set; }
Property Value
Type Description
Nullable<Boolean>
View Source

Emboss

Declaration
C#
Copy
public string Emboss { get; set; }
Property Value
Type Description
String
View Source
Declaration
C#
Copy
public bool? EnableCursorBlink { get; set; }
Property Value
Type Description
Nullable<Boolean>
View Source

EnableMarkup

Declaration
C#
Copy
public bool? EnableMarkup { get; set; }
Property Value
Type Description
Nullable<Boolean>
View Source

EnableSelection

Declaration
C#
Copy
public bool? EnableSelection { get; set; }
Property Value
Type Description
Nullable<Boolean>
View Source

ExceedPolicy

Declaration
C#
Copy
public int? ExceedPolicy { get; set; }
Property Value
Type Description
Nullable<Int32>
View Source

FontFamily

Declaration
C#
Copy
public string FontFamily { get; set; }
Property Value
Type Description
String
View Source

FontSizeScale

Declaration
C#
Copy
public float? FontSizeScale { get; set; }
Property Value
Type Description
Nullable<Single>
View Source

FontStyle

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

GrabHandleColor

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

GrabHandleImage

Declaration
C#
Copy
public string GrabHandleImage { get; set; }
Property Value
Type Description
String
View Source

GrabHandlePressedImage

Declaration
C#
Copy
public string GrabHandlePressedImage { get; set; }
Property Value
Type Description
String
View Source

HorizontalAlignment

Declaration
C#
Copy
public HorizontalAlignment? HorizontalAlignment { get; set; }
Property Value
Type Description
Nullable<HorizontalAlignment>
View Source

InputColor

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

InputEmboss

Declaration
C#
Copy
public string InputEmboss { get; set; }
Property Value
Type Description
String
View Source

InputFontFamily

Declaration
C#
Copy
public string InputFontFamily { get; set; }
Property Value
Type Description
String
View Source

InputOutline

Declaration
C#
Copy
public string InputOutline { get; set; }
Property Value
Type Description
String
View Source

InputPointSize

Declaration
C#
Copy
public float? InputPointSize { get; set; }
Property Value
Type Description
Nullable<Single>
View Source

InputShadow

Declaration
C#
Copy
public string InputShadow { get; set; }
Property Value
Type Description
String
View Source

InputUnderline

Declaration
C#
Copy
public string InputUnderline { get; set; }
Property Value
Type Description
String
View Source

MatchSystemLanguageDirection

Declaration
C#
Copy
public bool? MatchSystemLanguageDirection { get; set; }
Property Value
Type Description
Nullable<Boolean>
View Source

MaxLength

Declaration
C#
Copy
public int? MaxLength { get; set; }
Property Value
Type Description
Nullable<Int32>
View Source

PixelSize

Declaration
C#
Copy
public float? PixelSize { get; set; }
Property Value
Type Description
Nullable<Single>
View Source

PlaceholderText

Declaration
C#
Copy
public string PlaceholderText { get; set; }
Property Value
Type Description
String
View Source

PlaceholderTextColor

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

PlaceholderTextFocused

Declaration
C#
Copy
public string PlaceholderTextFocused { get; set; }
Property Value
Type Description
String
View Source

PointSize

Declaration
C#
Copy
public float? PointSize { get; set; }
Property Value
Type Description
Nullable<Single>
View Source

PrimaryCursorColor

Gets or sets primary cursor color.

Declaration
C#
Copy
public Vector4 PrimaryCursorColor { get; set; }
Property Value
Type Description
Vector4
API Level: 6
View Source

ScrollSpeed

Declaration
C#
Copy
public float? ScrollSpeed { get; set; }
Property Value
Type Description
Nullable<Single>
View Source

ScrollThreshold

Declaration
C#
Copy
public float? ScrollThreshold { get; set; }
Property Value
Type Description
Nullable<Single>
View Source

SecondaryCursorColor

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

SelectionHandleImageLeft

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

SelectionHandleImageRight

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

SelectionHighlightColor

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

SelectionPopupStyle

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

TextColor

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

VerticalAlignment

Declaration
C#
Copy
public VerticalAlignment? VerticalAlignment { get; set; }
Property Value
Type Description
Nullable<VerticalAlignment>

Implements

IDisposable

Extension Methods