Class TextEditorStyle
Definition
- Namespace:
- Tizen.NUI.BaseComponents
- Assembly:
- Tizen.NUI.dll
The style class for TextEditor.
This can decorate a TextEditor instance.
public class TextEditorStyle : ViewStyle, IDynamicResourceHandler, IDisposable
- Inheritance
-
- Implements
-
IDisposable
Constructors
View Source
TextEditorStyle()
Create an empty instance.
Declaration
Properties
View Source
CursorBlinkDuration
The CursorBlinkDuration property.
Declaration
public float? CursorBlinkDuration { get; set; }
Property Value
View Source
CursorBlinkInterval
The CursorBlinkInterval property.
Declaration
public float? CursorBlinkInterval { get; set; }
Property Value
View Source
CursorWidth
The CursorWidth property.
Declaration
public int? CursorWidth { get; set; }
Property Value
View Source
DecorationBoundingBox
The DecorationBoundingBox property.
Note that the cascade chaining set is impossible. Please set a whole value.
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
The EnableCursorBlink property.
Declaration
public bool? EnableCursorBlink { get; set; }
Property Value
View Source
EnableScrollBar
The EnableScrollBar property.
Declaration
public bool? EnableScrollBar { get; set; }
Property Value
View Source
EnableSelection
The EnableSelection property.
Declaration
public bool? EnableSelection { 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
The GrabHandleColor property.
Declaration
public Color GrabHandleColor { get; set; }
Property Value
View Source
GrabHandleImage
The GrabHandleImage property.
Declaration
public string GrabHandleImage { get; set; }
Property Value
View Source
GrabHandlePressedImage
The GrabHandlePressedImage property.
Declaration
public string GrabHandlePressedImage { get; set; }
Property Value
View Source
HorizontalAlignment
The HorizontalAlignment property.
Declaration
public HorizontalAlignment? HorizontalAlignment { get; set; }
Property Value
View Source
InputColor
The InputColor property.
Note that the cascade chaining set is impossible. Please set a whole value.
Declaration
public Vector4 InputColor { get; set; }
Property Value
View Source
InputEmboss
The InputEmboss property.
Declaration
public string InputEmboss { get; set; }
Property Value
View Source
InputFontFamily
The InputFontFamily property.
Declaration
public string InputFontFamily { get; set; }
Property Value
View Source
InputOutline
The InputOutline property.
Declaration
public string InputOutline { get; set; }
Property Value
View Source
InputPointSize
The InputPointSize property.
Declaration
public float? InputPointSize { get; set; }
Property Value
View Source
InputShadow
The InputShadow property.
Declaration
public string InputShadow { get; set; }
Property Value
View Source
InputUnderline
The InputUnderline property.
Declaration
public string InputUnderline { get; set; }
Property Value
View Source
LineSpacing
the line spacing to be used.
Declaration
public float? LineSpacing { get; set; }
Property Value
View Source
MatchSystemLanguageDirection
The text alignment to match the direction of the system language.
Declaration
public bool? MatchSystemLanguageDirection { get; set; }
Property Value
View Source
MinLineSize
the minimum line size to be used.
Declaration
public float? MinLineSize { get; set; }
Property Value
View Source
PixelSize
Declaration
public float? PixelSize { get; set; }
Property Value
View Source
PlaceholderTextColor
The Placeholder text color.
Note that the cascade chaining set is impossible. Please set a whole value.
Declaration
public Color PlaceholderTextColor { get; set; }
Property Value
View Source
PointSize
Declaration
public float? PointSize { get; set; }
Property Value
View Source
PrimaryCursorColor
The PrimaryCursorColor property.
Note that the cascade chaining set is impossible. Please set a whole value.
Declaration
public Vector4 PrimaryCursorColor { get; set; }
Property Value
View Source
RelativeLineHeight
the relative line height to be used.
Declaration
public float? RelativeLineHeight { get; set; }
Property Value
View Source
ScrollBarFadeDuration
The ScrollBarFadeDuration property.
Declaration
public float? ScrollBarFadeDuration { get; set; }
Property Value
View Source
ScrollBarShowDuration
The ScrollBarShowDuration property.
Declaration
public float? ScrollBarShowDuration { get; set; }
Property Value
View Source
ScrollSpeed
The ScrollSpeed property.
Declaration
public float? ScrollSpeed { get; set; }
Property Value
View Source
ScrollThreshold
The ScrollThreshold property.
Declaration
public float? ScrollThreshold { get; set; }
Property Value
View Source
SecondaryCursorColor
The SecondaryCursorColor property.
Note that the cascade chaining set is impossible. Please set a whole value.
Declaration
public Vector4 SecondaryCursorColor { get; set; }
Property Value
View Source
SelectionHandleImageLeft
The SelectionHandleImageLeft property.
Declaration
public PropertyMap SelectionHandleImageLeft { get; set; }
Property Value
View Source
SelectionHandleImageRight
The SelectionHandleImageRight property.
Declaration
public PropertyMap SelectionHandleImageRight { get; set; }
Property Value
View Source
SelectionHighlightColor
The SelectionHighlightColor property.
Note that the cascade chaining set is impossible. Please set a whole value.
Declaration
public Vector4 SelectionHighlightColor { get; set; }
Property Value
View Source
Declaration
public PropertyMap SelectionPopupStyle { get; set; }
Property Value
View Source
SmoothScroll
The SmoothScroll property.
Declaration
public bool? SmoothScroll { get; set; }
Property Value
View Source
SmoothScrollDuration
The SmoothScrollDuration property.
Declaration
public float? SmoothScrollDuration { get; set; }
Property Value
View Source
TextColor
The TextColor property.
Note that the cascade chaining set is impossible. Please set a whole value.
Declaration
public Vector4 TextColor { get; set; }
Property Value
View Source
VerticalAlignment
The VerticalAlignment property.
Declaration
public VerticalAlignment? VerticalAlignment { get; set; }
Property Value
Implements
IDisposable
Extension Methods