Tizen Native API
3.0
|
Enumeration for the instance of properties belonging to the ScrollBar class. More...
Public Types | |
enum | |
Enumeration for the instance of properties belonging to the ScrollBar class. More... |
Detailed Description
Enumeration for the instance of properties belonging to the ScrollBar class.
- Since:
- 2.4, DALi version 1.0.0
Member Enumeration Documentation
anonymous enum |
Enumeration for the instance of properties belonging to the ScrollBar class.
- Since:
- 2.4, DALi version 1.0.0
- Enumerator:
SCROLL_DIRECTION name "scrollDirection", type std::string.
- Since:
- 2.4, DALi version 1.0.0
- See also:
- SetScrollDirection()
INDICATOR_HEIGHT_POLICY name "indicatorHeightPolicy", type std::string.
- Since:
- 2.4, DALi version 1.0.0
- See also:
- SetIndicatorHeightPolicy()
INDICATOR_FIXED_HEIGHT name "indicatorFixedHeight", type float.
- Since:
- 2.4, DALi version 1.0.0
- See also:
- SetIndicatorFixedHeight()
INDICATOR_SHOW_DURATION name "indicatorShowDuration", type float.
- Since:
- 2.4, DALi version 1.0.0
- See also:
- SetIndicatorShowDuration()
INDICATOR_HIDE_DURATION name "indicatorHideDuration", type float.
- Since:
- 2.4, DALi version 1.0.0
- See also:
- SetIndicatorHideDuration()
SCROLL_POSITION_INTERVALS name "scrollPositionIntervals", type Property::Array.
- Since:
- 2.4, DALi version 1.0.0
- See also:
- SetScrollPositionIntervals()
INDICATOR_MINIMUM_HEIGHT name "indicatorMinimumHeight", type float. The minimum height for a variable size indicator.
- Since:
- 3.0, DALi version 1.1.36
INDICATOR_START_PADDING name "indicatorStartPadding", type float. The padding at the start of the indicator. For example, the top if scrollDirection is Vertical.
- Since:
- 3.0, DALi version 1.1.36
INDICATOR_END_PADDING name "indicatorEndPadding", type float. The padding at the end of the indicator. For example, the bottom if scrollDirection is Vertical.
- Since:
- 3.0, DALi version 1.1.36