| Tizen Native API
    4.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 - The scrolling direction of the indicator. - Name "scrollDirection", type Property::STRING. Possible values are "Vertical" and "Horizontal". - Since:
- 2.4, DALi version 1.0.0
 - See also:
- SetScrollDirection()
 - INDICATOR_HEIGHT_POLICY - The indicator height policy. - Name "indicatorHeightPolicy", type Property::STRING. Possible values are "Variable" and "Fixed". - Since:
- 2.4, DALi version 1.0.0
 - See also:
- SetIndicatorHeightPolicy()
 - INDICATOR_FIXED_HEIGHT - The fixed height of the indicator. - Name "indicatorFixedHeight", type Property::FLOAT. - Since:
- 2.4, DALi version 1.0.0
 - See also:
- SetIndicatorFixedHeight()
 - INDICATOR_SHOW_DURATION - The duration in seconds to show the indicator. - Name "indicatorShowDuration", type Property::FLOAT. - Since:
- 2.4, DALi version 1.0.0
 - See also:
- SetIndicatorShowDuration()
 - INDICATOR_HIDE_DURATION - The duration in seconds to hide the indicator. - Name "indicatorHideDuration", type Property::FLOAT. - Since:
- 2.4, DALi version 1.0.0
 - See also:
- SetIndicatorHideDuration()
 - SCROLL_POSITION_INTERVALS - The intervals at which point a notification is emitted. - Name "scrollPositionIntervals", type Property::ARRAY. - Since:
- 2.4, DALi version 1.0.0
 - See also:
- SetScrollPositionIntervals()
 - INDICATOR_MINIMUM_HEIGHT - The minimum height for a variable size indicator. - Name "indicatorMinimumHeight", type Property::FLOAT. - Since:
- 3.0, DALi version 1.1.36
 - INDICATOR_START_PADDING - The padding at the start of the indicator. - Name "indicatorStartPadding", type Property::FLOAT. For example, the padding at the top if scrollDirection is Vertical. - Since:
- 3.0, DALi version 1.1.36
 - INDICATOR_END_PADDING - The padding at the end of the indicator. - Name "indicatorEndPadding", type Property::FLOAT. For example, the padding at the bottom if scrollDirection is Vertical. - Since:
- 3.0, DALi version 1.1.36
 - INDICATOR_TRANSIENT_DURATION - The duration that transient indicators will remain fully visible. - name "indicatorTransientDuration", type Property::FLOAT. - Since:
- 4.0, DALi version 1.2.60