Tizen Native API
4.0
|
Placeholder text Propeties used by Text controls to show placeholder. More...
Enumerations | |
enum | Setting |
The configurable settings for the Placeholder text. More... |
Placeholder text Propeties used by Text controls to show placeholder.
The configurable settings for the Placeholder text.
TEXT |
The text to display as a placeholder. Name "text", type Property::STRING.
|
TEXT_FOCUSED |
The text to display as placeholder when focused. Name "textFocused", type Property::STRING.
|
COLOR |
The colour of the placeholder text. Name "color", type Property::VECTOR4.
|
FONT_FAMILY |
The font family to be used for placeholder text. Name "fontFamily", type Property::STRING.
|
FONT_STYLE |
The font style to be used for placeholder text. Name "fontStyle", type Property::MAP. Example usage: Property::Map fontStylePropertyMap; fontStylePropertyMap.Insert( "weight", "bold" ); fontStylePropertyMap.Insert( "width", "condensed" ); fontStylePropertyMap.Insert( "slant", "italic" ); ... placeholderPropertyMap[ Text::PlaceHolder::Property::FONT_STYLE] = fontStylePropertyMap;
|
POINT_SIZE |
The font point size to be used. Name "pointSize", type Property::FLOAT.
|
PIXEL_SIZE |
The font size in pixels to be used. Name "pixelSize", type Property::FLOAT.
|
ELLIPSIS |
If ellipsis should be used when placeholder is too long. Name "ellipsis", type Property::BOOLEAN
|