Tizen Native API  3.0
Dali::Toolkit::TextLabel::Property Struct Reference

Enumeration for the instance of properties belonging to the TextLabel class. More...

Public Types

enum  
 Enumeration for the instance of properties belonging to the TextLabel class. More...

Detailed Description

Enumeration for the instance of properties belonging to the TextLabel class.

Since:
2.4, DALi version 1.0.0

Member Enumeration Documentation

anonymous enum

Enumeration for the instance of properties belonging to the TextLabel class.

Since:
2.4, DALi version 1.0.0
Enumerator:
RENDERING_BACKEND 

The type of rendering e.g. bitmap-based.

name "renderingBackend", type INT, default RENDERING_SHARED_ATLAS.

Since:
2.4, DALi version 1.0.0
TEXT 

The text to display in UTF-8 format.

name "text", type STRING.

Since:
2.4, DALi version 1.0.0
FONT_FAMILY 

The requested font family to use.

name "fontFamily", type STRING.

Since:
2.4, DALi version 1.0.0
FONT_STYLE 

The requested font style to use.

name "fontStyle", type STRING.

Since:
2.4, DALi version 1.0.0
POINT_SIZE 

The size of font in points.

name "pointSize", type FLOAT.

Since:
2.4, DALi version 1.0.0
MULTI_LINE 

The single-line or multi-line layout option.

name "multiLine", type FLOAT, default SINGLE_LINE_BOX.

Since:
2.4, DALi version 1.0.0
HORIZONTAL_ALIGNMENT 

The line horizontal alignment.

name "horizontalAlignment", type STRING, values "BEGIN", "CENTER", "END", default BEGIN.

Since:
2.4, DALi version 1.0.0
VERTICAL_ALIGNMENT 

The line vertical alignment.

name "verticalAlignment", type STRING, values "TOP", "CENTER", "BOTTOM"

Since:
2.4, DALi version 1.0.0, default TOP.
Since:
2.4, DALi version 1.0.0
TEXT_COLOR 

The color of the text.

name "textColor", type VECTOR4.

Since:
2.4, DALi version 1.0.0
SHADOW_OFFSET 

The drop shadow offset 0 indicates no shadow.

Deprecated:
Deprecated since 3.0, DALi version 1.1.37 Use SHADOW instead

name "shadowOffset", type VECTOR4.

SHADOW_COLOR 

The color of a drop shadow.

Deprecated:
Deprecated since 3.0, DALi version 1.1.37 Use SHADOW instead

name "shadowColor", type VECTOR4

UNDERLINE_ENABLED 

The underline enabled flag.

Deprecated:
Deprecated since 3.0, DALi version 1.1.37 Use UNDERLINE instead

name "underlineEnabled", type BOOLEAN.

UNDERLINE_COLOR 

The color of the underline.

Deprecated:
Deprecated since 3.0, DALi version 1.1.37 Use UNDERLINE instead

name "underlineColor", type VECTOR4.

UNDERLINE_HEIGHT 

Overrides the underline height from font metrics.

Deprecated:
Deprecated since 3.0, DALi version 1.1.37 Use UNDERLINE instead

name "underlineHeight", type FLOAT.

ENABLE_MARKUP 

Whether the mark-up processing is enabled.

name "enableMarkup", type BOOLEAN.

Since:
2.4, DALi version 1.0.0
ENABLE_AUTO_SCROLL 

Starts or stops auto scrolling.

name "enableMarkup", type BOOLEAN, default is false.

Since:
3.0, DALi version 1.1.35
AUTO_SCROLL_SPEED 

Starts or stops auto scrolling.

name "autoScrollSpeed", type INT, default in style sheet.

Since:
3.0, DALi version 1.1.35
AUTO_SCROLL_LOOP_COUNT 

Number of complete loops when scrolling enabled.

name "autoScrollLoopCount", type INT, default in style sheet.

Since:
3.0, DALi version 1.1.35
AUTO_SCROLL_GAP 

Gap before scrolling wraps.

name "autoScrollGap", type INT, default in style sheet but can be overridden to prevent same text being shown at start and end.

Since:
3.0, DALi version 1.1.35
LINE_SPACING 

The default extra space between lines in points.

name "lineSpacing", type FLOAT.

Since:
3.0, DALi version 1.1.37
UNDERLINE 

The default underline parameters.

name "underline", type STRING.

Since:
3.0, DALi version 1.1.37
SHADOW 

The default shadow parameters.

name "shadow", type STRING.

Since:
3.0, DALi version 1.1.37
EMBOSS 

The default emboss parameters.

name "emboss", type STRING.

Since:
3.0, DALi version 1.1.37
OUTLINE 

The default outline parameters.

name "outline", type STRING.

Since:
3.0, DALi version 1.1.37