Tizen Native API
6.5
|
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
RESERVED_PROPERTY_01 Reserved index for a removed property.
RESERVED_PROPERTY_02 Reserved index for a removed property.
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.
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