Tizen Native API
4.0
|
Enumeration of properties belonging to the ProgressBar class. More...
Public Types | |
enum | |
Enumeration for the instance of properties belonging to the ProgressBar class. More... |
Detailed Description
Enumeration of properties belonging to the ProgressBar class.
- Since:
- 4.0, DALi version 1.2.60
Member Enumeration Documentation
anonymous enum |
Enumeration for the instance of properties belonging to the ProgressBar class.
- Since:
- 4.0, DALi version 1.2.60
- Enumerator:
PROGRESS_VALUE The progress value of progress bar, progress runs form 0 to 1.
Name "progressValue", type Property::FLOAT.
- Since:
- 4.0, DALi version 1.2.60
- Note:
- Optional. If not supplied, the default is 0.
- Value should be between 0 to 1.
- If Value is set to 0, progress bar will be set to beginning.
- If Value is set to 1, progress bar will be set to end.
- Any Value outside of the range is ignored.
SECONDARY_PROGRESS_VALUE The secondary progress value of progress bar, secondary progress runs form 0 to 1.
Name "secondaryProgressValue", type Property::FLOAT.
- Since:
- 4.0, DALi version 1.2.60
- Note:
- Optional. If not supplied, the default is 0.
- Value should be between 0 to 1.
- If Value is set to 0, progress bar will be set secondary progress to beginning.
- If Value is set to 1, progress bar will be set secondary progress to end.
- Any Value outside of the range is ignored.
INDETERMINATE Sets the progress-bar as indeterminate state.
name "indeterminate", type Property::BOOLEAN.
- Since:
- 4.0, DALi version 1.2.60
TRACK_VISUAL The track Visual value of progress bar, it's a full progress area and it's shown behind PROGRESS_VISUAL.
Name "trackVisual", type Property::MAP or Property::STRING (url to image).
- Since:
- 4.0, DALi version 1.2.60
- Note:
- Optional. If not supplied, the default track visual will be shown.
PROGRESS_VISUAL The progress Visual value of progress bar, size of the progress visual is changed based on PROGRESS_VALUE.
Name "progressVisual", type Property::MAP or Property::STRING (url to image).
- Since:
- 4.0, DALi version 1.2.60
- Note:
- Optional. If not supplied, the default progress visual will be shown.
SECONDARY_PROGRESS_VISUAL The secondary progress visual of progress bar, size of the secondary progress visual is changed based on SECONDARY_PROGRESS_VALUE.
Name "secondaryProgressVisual", type Property::MAP or Property::STRING (url to image).
- Since:
- 4.0, DALi version 1.2.60
- Note:
- Optional. If not supplied, the secondary progress visual will not be shown.
INDETERMINATE_VISUAL The indeterminate visual of progress bar.
Name "inditerminateVisual", type Property::MAP or Property::STRING (url to image).
- Since:
- 4.0, DALi version 1.2.60
- Note:
- Optional. If not supplied, the default indeterminate visual will be shown.
INDETERMINATE_VISUAL_ANIMATION The transition data for indeterminate visual animation.
Name "indeterminateVisualAnimation", type Property::MAP or Property::ARRAY.
- Since:
- 4.0, DALi version 1.2.60
- Note:
- Optional. If not supplied, default animation will be played.
LABEL_VISUAL The Label visual of progress bar.
Name "labelVisual", type Property::MAP.
- Since:
- 4.0, DALi version 1.2.60