|
Tizen Native API
5.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... | |
Enumeration of properties belonging to the ProgressBar class.
| anonymous enum |
Enumeration for the instance of properties belonging to the ProgressBar class.
| PROGRESS_VALUE |
The progress value of progress bar, progress runs form 0 to 1. Name "progressValue", type Property::FLOAT.
|
| SECONDARY_PROGRESS_VALUE |
The secondary progress value of progress bar, secondary progress runs form 0 to 1. Name "secondaryProgressValue", type Property::FLOAT.
|
| INDETERMINATE |
Sets the progress-bar as indeterminate state. name "indeterminate", type Property::BOOLEAN.
|
| 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).
|
| 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).
|
| 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).
|
| INDETERMINATE_VISUAL |
The indeterminate visual of progress bar. Name "inditerminateVisual", type Property::MAP or Property::STRING (url to image).
|
| INDETERMINATE_VISUAL_ANIMATION |
The transition data for indeterminate visual animation. Name "indeterminateVisualAnimation", type Property::MAP or Property::ARRAY.
|
| LABEL_VISUAL |
The Label visual of progress bar. Name "labelVisual", type Property::MAP.
|