Tizen Native API
5.0
|
Enumeration for the instance of properties belonging to the Control class. More...
Public Types | |
enum | |
Enumeration for the instance of properties belonging to the Control class. More... |
Enumeration for the instance of properties belonging to the Control class.
anonymous enum |
Enumeration for the instance of properties belonging to the Control class.
STYLE_NAME |
The name of the style to be applied to the control. Name "styleName", type Property::STRING.
|
BACKGROUND_COLOR |
The background color of the control.
Mutually exclusive with BACKGROUND_IMAGE & BACKGROUND. Name "backgroundColor", type Property::VECTOR4.
|
BACKGROUND_IMAGE |
The background image of the control.
Mutually exclusive with BACKGROUND_COLOR & BACKGROUND. Name "backgroundImage", type Property::MAP.
|
KEY_INPUT_FOCUS |
Receives key events to the control. Name "keyInputFocus", type Property::BOOLEAN.
|
BACKGROUND |
The background of the control. Mutually exclusive with BACKGROUND_COLOR & BACKGROUND_IMAGE. Name "background", type Property::MAP or std::string for URL or Property::VECTOR4 for Color.
|
MARGIN |
The outer space around the control. Name "margin", type Property::EXTENTS.
|
PADDING |
The inner space of the control. Name "padding", type Property::EXTENTS.
|