|
Tizen Native API
5.0
|
Enumeration for the instance of properties belonging to the Slider class. More...
Public Types | |
| enum | |
| Enumeration for the instance of properties belonging to the Slider class. More... | |
Enumeration for the instance of properties belonging to the Slider class.
| anonymous enum |
Enumeration for the instance of properties belonging to the Slider class.
| LOWER_BOUND |
name "lowerBound", type float.
|
| UPPER_BOUND |
name "upperBound", type float.
|
| VALUE |
name "value", type float.
|
| TRACK_VISUAL |
name "trackVisual", type string if it is a url, map otherwise.
|
| HANDLE_VISUAL |
name "handleVisual", type string if it is a url, map otherwise.
|
| PROGRESS_VISUAL |
name "progressVisual", type string if it is a url, map otherwise.
|
| POPUP_VISUAL |
name "popupVisual", type string if it is a url, map otherwise.
|
| POPUP_ARROW_VISUAL |
name "popupArrowVisual", type string if it is a url, map otherwise.
|
| DISABLED_COLOR |
name "disabledColor", type Vector4.
|
| VALUE_PRECISION |
name "valuePrecision", type int.
|
| SHOW_POPUP |
name "showPopup", type bool.
|
| SHOW_VALUE |
name "showValue", type bool.
|
| MARKS |
name "marks", type Property::Array<float>.
|
| SNAP_TO_MARKS |
name "snapToMarks", type bool.
|
| MARK_TOLERANCE |
name "markTolerance", type float.
|