The C1Slider type exposes the following members.

Properties

  Name Description
Public property AccessKey
Gets or sets the access key that allows you to quickly navigate to the Web server control.
Public property AnimationDuration
Define how long (in milliseconds) the animation of the sliding will run.
Public property AutoPostBack
Sets or retrieves a value that indicates whether or not the control posts back to the server each time a user interacts with the control.
Public property BackColor
Gets or sets the background color of the control.
Public property BorderColor
Color of the border around the control.
Public property BorderStyle
Style of the border around the control.
Public property BorderWidth
Width of the border around the control.
Public property DecrementButton
Gets decrement button of C1Slider.
Public property DecrementToolTip
The tooltip displayed when the mouse is over the decrement button.
Public property Easing
The easing that is applied to the animation.
Public property Enabled
Gets or sets if slider is Enabled.
Public property Height
Gets or sets the height of the slider.
Public property IncrementButton
Gets increment button of C1Slider.
Public property IncrementToolTip
The tooltip displayed when the mouse is over the increment button.
Public property Length
Gets or sets the length of the control.
Public property MaximumValue
Gets or sets the maximum value of slider.
Public property MinimumValue
Gets or sets the minimum value of slider.
Public property Orientation
The direction in which control is laid out.
Public property Reverse
Reverse increment decrement button.
Public property ShowDecrementButton
Show or hide the decrement button.
Public property ShowIncrementButton
Show or hide the increment button.
Public property ShowThumbButton
Show or hide the thumb button.
Public property ShowThumbButton2
Show or hide the thumb2 button.
Public property Step
Gets or sets the step with which the slider value will change.
Public property Thumb2ToolTip
The tooltip displayed when the mouse is over the thumb2 button.
Public property ThumbButton
Gets thumb button of C1Slider.
Public property ThumbsInteractionMode
ThumbsInteractionMode
Public property ThumbToolTip
The tooltip displayed when the mouse is over the thumb button.
Public property ToolTip
Gets or sets tooltip text what will be displayed when mouse is over slider.
Public property TrackFill
TrackFill
Public property UniqueID
Gets the unique, hierarchically qualified identifier for server control.
Public property Value
Gets or sets the value of slider.
Public property Value2
Gets or sets the value2 of slider.
Public property Width
Gets or sets the width of the slider.

See Also