TelerikRadTrackBar¶
Telerik RadTrackBar (slider).
UI element class: Telerik.WinControls.UI.RadTrackBar
Extends ManagedObject
Extends SeSSimulatedObject
Behavior Pattern: TelerikTrackBarBehavior
Property Summary¶
Property | Description | Getter | Setter |
---|---|---|---|
MaxValue | Maximum value of the object or 'false' if value can't be read. | GetMaxValue | SetMaxValue |
MinValue | Minimum value of the object or 'false' if value can't be read. | GetMinValue | SetMinValue |
Position | Gets or sets the position of the track bar. | GetPosition | SetPosition |
Property Detail¶
MaxValue¶
Maximum value of the object or 'false' if value can't be read.
Type: number|boolean
Accessors: GetMaxValue, SetMaxValue
MinValue¶
Minimum value of the object or 'false' if value can't be read.
Type: number|boolean
Accessors: GetMinValue, SetMinValue
Position¶
Gets or sets the position of the track bar.
Type: number
Accessors: GetPosition, SetPosition