MSlider
From RadPHP XE2 Documentation
MSlider is a slider or track bar.
Properties
| Name | Values | Description |
| ParentColor
|
boolean | Whether or not Color property value should be inherited from MSlider’s parent component. |
| ParentFont
|
boolean | Whether or not Font property value should be inherited from MSlider’s parent component. |
| ParentShowHint
|
boolean | Whether or not ShowHint property value should be inherited from MSlider’s parent component. |
Mobile Components Common Properties
These properties are shared by all mobile components:
| Name | Values | Description |
| Enhancement
|
enFull enStructure None |
Determines component visual appearance. enFull will use JQuery Mobile default style, or a MobileTheme if there is one associated to the component. You will need to set this property to enStructure if you want it to use the style you defined through component properties other than MobileTheme, such as Font or Color. enNone will leave the component with its default appearance (no style at all). |