ClassSliderThumb
Class
Represents a control that can be dragged by the user.
Definition
Namespace:Telerik.Windows.Controls
Assembly:Telerik.Windows.Controls.dll
Syntax:
cs-api-definition
public class SliderThumb : SliderThumbBase
Inheritance: objectSliderThumbBaseSliderThumb
Inherited Members
Constructors
SliderThumb()
Initializes a new instance of the SliderThumb class.
Declaration
cs-api-definition
public SliderThumb()
Fields
ValueProperty
Identifies the Value dependency property.
Declaration
cs-api-definition
public static readonly DependencyProperty ValueProperty
Field Value
DependencyProperty
Properties
Methods
OnCreateAutomationPeer()
Creates new SliderThumbAutomationPeer when needed.
Declaration
cs-api-definition
protected override AutomationPeer OnCreateAutomationPeer()
Returns
AutomationPeer