Tizen Native API
Dali::Toolkit::TextField::Property Struct Reference

An enumeration of properties belonging to the TextLabel class. More...

Public Types

enum  

Detailed Description

An enumeration of properties belonging to the TextLabel class.

Since :
2.4

Member Enumeration Documentation

anonymous enum
Enumerator:
RENDERING_BACKEND 

The type of rendering, type INT.

Since :
2.4
See also:
RenderingType
TEXT 

The text to display in UTF-8 format, type STRING.

Since :
2.4
PLACEHOLDER_TEXT 

The text to display when the TextField is empty and inactive, type STRING.

Since :
2.4
PLACEHOLDER_TEXT_FOCUSED 

The text to display when the TextField is empty with key-input focus, type STRING.

Since :
2.4
FONT_FAMILY 

The requested font family, type STRING.

Since :
2.4
FONT_STYLE 

The requested font style, type STRING.

Since :
2.4
POINT_SIZE 

The size of font in points, type FLOAT.

Since :
2.4
MAX_LENGTH 

The maximum number of characters that can be inserted, type INTEGER.

Since :
2.4
EXCEED_POLICY 

Specifies how the text is truncated when it does not fit, type INTEGER.

Since :
2.4
HORIZONTAL_ALIGNMENT 

The line horizontal alignment, type STRING, values "BEGIN", "CENTER", "END".

Since :
2.4
VERTICAL_ALIGNMENT 

The line vertical alignment, type STRING, values "TOP", "CENTER", "BOTTOM".

Since :
2.4
TEXT_COLOR 

The text color, type VECTOR4.

Since :
2.4
PLACEHOLDER_TEXT_COLOR 

The placeholder-text color, type VECTOR4.

Since :
2.4
SHADOW_OFFSET 

The drop shadow offset 0 indicates no shadow, type VECTOR2.

Since :
2.4
SHADOW_COLOR 

The color of a drop shadow, type VECTOR4.

Since :
2.4
PRIMARY_CURSOR_COLOR 

The color to apply to the primary cursor, type VECTOR4.

Since :
2.4
SECONDARY_CURSOR_COLOR 

The color to apply to the secondary cursor, type VECTOR4.

Since :
2.4
ENABLE_CURSOR_BLINK 

Whether the cursor should blink or not, type BOOLEAN.

Since :
2.4
CURSOR_BLINK_INTERVAL 

The time interval in seconds between cursor on/off states, type FLOAT.

Since :
2.4
CURSOR_BLINK_DURATION 

The cursor will stop blinking after this number of seconds (if non-zero), type FLOAT.

Since :
2.4
CURSOR_WIDTH 

The cursor width, type INTEGER.

Since :
2.4
GRAB_HANDLE_IMAGE 

The image to display for the grab handle, type STRING.

Since :
2.4
GRAB_HANDLE_PRESSED_IMAGE 

The image to display when the grab handle is pressed, type STRING.

Since :
2.4
SCROLL_THRESHOLD 

Scrolling will occur if the cursor is this close to the control border, type FLOAT.

Since :
2.4
SCROLL_SPEED 

The scroll speed in pixels per second, type FLOAT.

Since :
2.4
SELECTION_HANDLE_IMAGE_LEFT 

The image to display for the left selection handle, type MAP.

Since :
2.4
SELECTION_HANDLE_IMAGE_RIGHT 

The image to display for the right selection handle, type MAP.

Since :
2.4
SELECTION_HANDLE_PRESSED_IMAGE_LEFT 

The image to display when the left selection handle is pressed, type MAP.

Since :
2.4
SELECTION_HANDLE_PRESSED_IMAGE_RIGHT 

The image to display when the right selection handle is pressed, type MAP.

Since :
2.4
SELECTION_HANDLE_MARKER_IMAGE_LEFT 

The image to display for the left selection handle marker, type MAP.

Since :
2.4
SELECTION_HANDLE_MARKER_IMAGE_RIGHT 

The image to display for the right selection handle marker, type MAP.

Since :
2.4
SELECTION_HIGHLIGHT_COLOR 

The color of the selection highlight, type VECTOR4.

Since :
2.4
DECORATION_BOUNDING_BOX 

The decorations (handles etc) will positioned within this area on-screen, type RECTANGLE.

Since :
2.4
INPUT_METHOD_SETTINGS 

The settings to relating to the System's Input Method, Key and Value type MAP.

Since :
2.4