Class TextLabelStyle

Definition

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

The base class for Children attributes in Components.

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

Constructors

View Source

TextLabelStyle()

Create an empty instance.

Declaration
C#
Copy
public TextLabelStyle()

Fields

View Source

AutoScrollGapProperty

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

AutoScrollLoopCountProperty

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

AutoScrollLoopDelayProperty

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

AutoScrollSpeedProperty

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

AutoScrollStopModeProperty

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

CharacterSpacingProperty

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

EllipsisPositionProperty

Declaration
C#
Copy
public static readonly BindableProperty EllipsisPositionProperty
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

EnableAutoScrollProperty

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

EnableMarkupProperty

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

FontFamilySelectorProperty

Declaration
C#
Copy
public static readonly BindableProperty FontFamilySelectorProperty
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

HorizontalAlignmentProperty

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

LineSpacingProperty

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

LineWrapModeProperty

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

MatchSystemLanguageDirectionProperty

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

MultiLineProperty

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

PixelSizeSelectorProperty

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

PointSizeSelectorProperty

Declaration
C#
Copy
public static readonly BindableProperty PointSizeSelectorProperty
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

TextColorSelectorProperty

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

TextSelectorProperty

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

TextShadowProperty

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

TranslatableTextSelectorProperty

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

VerticalAlignmentProperty

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

VerticalLineAlignmentProperty

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

Properties

View Source

AutoScrollGap

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

AutoScrollLoopCount

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

AutoScrollLoopDelay

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

AutoScrollSpeed

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

AutoScrollStopMode

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

CharacterSpacing

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

Ellipsis

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

EllipsisPosition

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

Emboss

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

EnableAutoScroll

Declaration
C#
Copy
public bool? EnableAutoScroll { 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

FontFamily

Declaration
C#
Copy
public Selector<string> FontFamily { get; set; }
Property Value
Type Description
Selector<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

HorizontalAlignment

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

LineSpacing

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

LineWrapMode

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

MatchSystemLanguageDirection

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

MultiLine

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

PixelSize

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

PointSize

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

RelativeLineHeight

the relative line height to be used.

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

TextColor

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

TextShadow

Declaration
C#
Copy
public Selector<TextShadow> TextShadow { get; set; }
Property Value
Type Description
Selector<TextShadow>
View Source

TranslatableText

Declaration
C#
Copy
public Selector<string> TranslatableText { get; set; }
Property Value
Type Description
Selector<String>
View Source

VerticalAlignment

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

VerticalLineAlignment

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

Implements

IDisposable

Extension Methods