Class TextLabelStyle
Definition
- Namespace:
- Tizen.NUI.BaseComponents
- Assembly:
- Tizen.NUI.dll
The base class for Children attributes in Components.
public class TextLabelStyle : ViewStyle, IDynamicResourceHandler, IDisposable
- Inheritance
-
- Implements
-
IDisposable
Constructors
View Source
TextLabelStyle()
Create an empty instance.
Declaration
Properties
View Source
AnchorClickedColor
Declaration
public Color AnchorClickedColor { get; set; }
Property Value
View Source
AnchorColor
Declaration
public Color AnchorColor { get; set; }
Property Value
View Source
AutoScrollGap
Declaration
public float? AutoScrollGap { get; set; }
Property Value
View Source
AutoScrollLoopCount
Declaration
public int? AutoScrollLoopCount { get; set; }
Property Value
View Source
AutoScrollLoopDelay
Declaration
public float? AutoScrollLoopDelay { get; set; }
Property Value
View Source
AutoScrollSpeed
Declaration
public int? AutoScrollSpeed { get; set; }
Property Value
View Source
AutoScrollStopMode
Declaration
public AutoScrollStopMode? AutoScrollStopMode { get; set; }
Property Value
View Source
CharacterSpacing
Declaration
public float? CharacterSpacing { get; set; }
Property Value
View Source
Ellipsis
Declaration
public bool? Ellipsis { get; set; }
Property Value
View Source
EllipsisPosition
Declaration
public EllipsisPosition? EllipsisPosition { get; set; }
Property Value
View Source
Emboss
Declaration
public string Emboss { get; set; }
Property Value
View Source
EnableAutoScroll
Declaration
public bool? EnableAutoScroll { get; set; }
Property Value
View Source
EnableMarkup
Declaration
public bool? EnableMarkup { get; set; }
Property Value
View Source
FontFamily
Declaration
public Selector<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
HorizontalAlignment
Declaration
public HorizontalAlignment? HorizontalAlignment { get; set; }
Property Value
View Source
LineSpacing
Declaration
public float? LineSpacing { get; set; }
Property Value
View Source
LineWrapMode
Declaration
public LineWrapMode? LineWrapMode { get; set; }
Property Value
View Source
MatchSystemLanguageDirection
Declaration
public bool? MatchSystemLanguageDirection { get; set; }
Property Value
View Source
MultiLine
Declaration
public bool? MultiLine { get; set; }
Property Value
View Source
PixelSize
Declaration
public Selector<float?> PixelSize { get; set; }
Property Value
View Source
PointSize
Declaration
public Selector<float?> PointSize { get; set; }
Property Value
View Source
RelativeLineHeight
the relative line height to be used.
Declaration
public float? RelativeLineHeight { get; set; }
Property Value
View Source
Text
Declaration
public Selector<string> Text { get; set; }
Property Value
View Source
TextColor
Declaration
public Selector<Color> TextColor { get; set; }
Property Value
View Source
TextShadow
Declaration
public Selector<TextShadow> TextShadow { get; set; }
Property Value
View Source
TranslatableText
Declaration
public Selector<string> TranslatableText { get; set; }
Property Value
View Source
VerticalAlignment
Declaration
public VerticalAlignment? VerticalAlignment { get; set; }
Property Value
View Source
VerticalLineAlignment
Declaration
public VerticalLineAlignment? VerticalLineAlignment { get; set; }
Property Value
Implements
IDisposable
Extension Methods