Tizen Native API
4.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... |
Detailed Description
Enumeration for the instance of properties belonging to the Control class.
- Since:
- 3.0, DALi version 1.0.0
Member Enumeration Documentation
anonymous enum |
Enumeration for the instance of properties belonging to the Control class.
- Since:
- 3.0, DALi version 1.0.0
- Enumerator:
STYLE_NAME The name of the style to be applied to the control.
Name "styleName", type Property::STRING.
- See also:
- Toolkit::Control::SetStyleName()
- Since:
- 3.0, DALi version 1.0.0
BACKGROUND_COLOR The background color of the control.
- Deprecated:
- Deprecated since 3.0, DALi version 1.1.3
Mutually exclusive with BACKGROUND_IMAGE & BACKGROUND.
Name "backgroundColor", type Property::VECTOR4.
- See also:
- Toolkit::Control::SetStyleName()
- Since:
- 3.0, DALi version 1.0.0
BACKGROUND_IMAGE The background image of the control.
- Deprecated:
- Deprecated since 3.0, DALi version 1.1.3
Mutually exclusive with BACKGROUND_COLOR & BACKGROUND.
Name "backgroundImage", type Property::MAP.
- Since:
- 3.0, DALi version 1.0.0
KEY_INPUT_FOCUS Receives key events to the control.
Name "keyInputFocus", type Property::BOOLEAN.
- See also:
- Toolkit::Control::SetKeyInputFocus()
- Since:
- 3.0, DALi version 1.0.0
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.
- Since:
- 3.0, DALi version 1.1.3
MARGIN The outer space around the control.
Name "margin", type Property::EXTENTS.
- Since:
- 4.0, DALi version 1.2.62
- Note:
- Margin property is to be supported by Layout algorithms and containers in future.
PADDING The inner space of the control.
Name "padding", type Property::EXTENTS.
- Since:
- 4.0, DALi version 1.2.62