Tizen Native API
5.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... |
Enumeration for the instance of properties belonging to the ScrollBar class.
anonymous enum |
Enumeration for the instance of properties belonging to the ScrollBar class.
SCROLL_DIRECTION |
The scrolling direction of the indicator. Name "scrollDirection", type Property::STRING. Possible values are "Vertical" and "Horizontal".
|
INDICATOR_HEIGHT_POLICY |
The indicator height policy. Name "indicatorHeightPolicy", type Property::STRING. Possible values are "Variable" and "Fixed".
|
INDICATOR_FIXED_HEIGHT |
The fixed height of the indicator. Name "indicatorFixedHeight", type Property::FLOAT.
|
INDICATOR_SHOW_DURATION |
The duration in seconds to show the indicator. Name "indicatorShowDuration", type Property::FLOAT.
|
INDICATOR_HIDE_DURATION |
The duration in seconds to hide the indicator. Name "indicatorHideDuration", type Property::FLOAT.
|
SCROLL_POSITION_INTERVALS |
The intervals at which point a notification is emitted. Name "scrollPositionIntervals", type Property::ARRAY.
|
INDICATOR_MINIMUM_HEIGHT |
The minimum height for a variable size indicator. Name "indicatorMinimumHeight", type Property::FLOAT.
|
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.
|
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.
|
INDICATOR_TRANSIENT_DURATION |
The duration that transient indicators will remain fully visible. name "indicatorTransientDuration", type Property::FLOAT.
|