dundas.controls.Slider Class

 

Inheritance Hierarchy

 
Class
   dundas.controls.Slider
 

Constructors

 
  Name Description
init Creates the slider control.
 
 

Properties

 
  Name Description
handleActiveBackground Gets or sets the active background brush of the handle(s) in the control.
handleActiveBorder Gets or sets the active border of the handle in the control.
handleActiveBoxShadow Gets or sets the active box-shadow of the handle(s) in the control.
handleActiveHeight Gets or sets the active height of the handle in the control.
handleActiveWidth Gets or sets the active width of the handle in the control.
handleCursor Gets or sets the cursor of the slider handles in the control.
handleRestBackground Gets or sets the background brush of the rest handle(s) in the control.
handleRestBorder Gets or sets the rest border of the handle in the control.
handleRestBoxShadow Gets or sets the box-shadow of the handle(s) in the control.
handleRestHeight Gets or sets the rest height of the handle in the control.
handleRestWidth Gets or sets the rest width of the handle in the control.
hideHandleTooltip Gets or sets a value indicating whether the tooltip shown on the handle should be hidden or not.
isMinMaxLabelsShown Gets or sets a value indicating whether the min / max labels should be shown or not.
orientation Gets or sets the orientation of the control.
rangeBackground Gets or sets the background brush of the range in the control.
rangeBorder Gets or sets the border of the range in the control.
rangeDisplay Gets or sets the range display of the slider in the control.
rangeThickness Gets or sets the thickness of the range in the control.
rangeType Gets or sets the range type of the control.
sliderBackground Gets or sets the background brush of the slider in the control.
sliderBorder Gets or sets the border of the slider in the control.
sliderBoxShadow Gets or sets the box shadow of the slider in the control.
sliderOverflow Gets or sets the overflow of the slider in the control. May be desired when the slider border radius is large.
sliderThickness Gets or sets the slider thickness of the control.
valueFirst Gets or sets the first value of the control.
valueMax Gets or sets the maximum value of the control.
valueMin Gets or sets the minimum value of the control.
valueSecond Gets or sets the second value of the control.
valueStep Gets or sets the step value of the control.
 
 

Methods

 
  Name Description
dispose Disposes the component.
fromJObject Applies the property values from a plain object created from JSON to the properties of this instance. Inherited from Class.
setHandleActiveState Applies active properties to the handles.
setHandleRestState Applies rest properties to the handles.
setValueRange Sets the valueFirst and valueSecond properties to new values at the same time to prevent multiple events and prevent one value from unnecessarily restricting the effective value of the other.
suppressNextValueChangedEvent Prevent firing of a Value Changed Event the next time the value is set.
toJSON Implementation for toJSON to return an object that will include this class's prototype property values when stringified. Inherited from Class.