Class TextEditorStyle

Definition

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

The style class for TextEditor. This can decorate a TextEditor instance.

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

Constructors

View Source

TextEditorStyle()

Create an empty instance.

Declaration
C#
Copy
public TextEditorStyle()

Fields

View Source

EllipsisProperty

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

EnableSelectionProperty

The bindable property of EnableSelection.

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

FontSizeScaleProperty

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

FontStyleProperty

The bindable property of FontStyleProperty.

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

LineSpacingProperty

The bindable property of LineSpacingProperty.

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

MinLineSizeProperty

The bindable property of MinLineSizeProperty.

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

RelativeLineHeightProperty

The bindable property of RelativeLineHeightProperty.

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

SelectionPopupStyleProperty

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

Properties

View Source

CursorBlinkDuration

The CursorBlinkDuration property.

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

CursorBlinkInterval

The CursorBlinkInterval property.

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

CursorWidth

The CursorWidth property.

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

DecorationBoundingBox

The DecorationBoundingBox property. Note that the cascade chaining set is impossible. Please set a whole value.

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

The Emboss property.

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

The EnableCursorBlink property.

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

EnableScrollBar

The EnableScrollBar property.

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

EnableSelection

The EnableSelection property.

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

FontFamily

The FontFamily property.

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

The FontStyle property.

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

GrabHandleColor

The GrabHandleColor property.

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

GrabHandleImage

The GrabHandleImage property.

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

GrabHandlePressedImage

The GrabHandlePressedImage property.

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

HorizontalAlignment

The HorizontalAlignment property.

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

InputColor

The InputColor property. Note that the cascade chaining set is impossible. Please set a whole value.

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

InputEmboss

The InputEmboss property.

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

InputFontFamily

The InputFontFamily property.

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

InputOutline

The InputOutline property.

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

InputPointSize

The InputPointSize property.

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

InputShadow

The InputShadow property.

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

InputUnderline

The InputUnderline property.

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

LineSpacing

the line spacing to be used.

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

MatchSystemLanguageDirection

The text alignment to match the direction of the system language.

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

MinLineSize

the minimum line size to be used.

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

PixelSize

The PixelSize property.

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

PlaceholderTextColor

The Placeholder text color. Note that the cascade chaining set is impossible. Please set a whole value.

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

PointSize

The PointSize property.

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

PrimaryCursorColor

The PrimaryCursorColor property. Note that the cascade chaining set is impossible. Please set a whole value.

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

RelativeLineHeight

the relative line height to be used.

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

ScrollBarFadeDuration

The ScrollBarFadeDuration property.

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

ScrollBarShowDuration

The ScrollBarShowDuration property.

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

ScrollSpeed

The ScrollSpeed property.

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

ScrollThreshold

The ScrollThreshold property.

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

SecondaryCursorColor

The SecondaryCursorColor property. Note that the cascade chaining set is impossible. Please set a whole value.

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

SelectionHandleImageLeft

The SelectionHandleImageLeft property.

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

SelectionHandleImageRight

The SelectionHandleImageRight property.

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

SelectionHighlightColor

The SelectionHighlightColor property. Note that the cascade chaining set is impossible. Please set a whole value.

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

SmoothScroll

The SmoothScroll property.

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

SmoothScrollDuration

The SmoothScrollDuration property.

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

TextColor

The TextColor property. Note that the cascade chaining set is impossible. Please set a whole value.

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

VerticalAlignment

The VerticalAlignment property.

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

Implements

IDisposable

Extension Methods