Class SliderThumb
Represents a control that can be dragged by the user.
Inherited Members
Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.dll
Syntax
public class SliderThumb : SliderThumbBase
Constructors
SliderThumb()
Fields
ValueProperty
Identifies the Value dependency property.
Declaration
public static readonly DependencyProperty ValueProperty
Field Value
System.Windows.DependencyProperty
|
Properties
Value
Gets or sets the current value of the single slider thumb control.
Declaration
public double Value { get; set; }
Property Value
System.Double
|
Methods
OnCreateAutomationPeer()
Creates new SliderThumbAutomationPeer when needed.
Declaration
protected override AutomationPeer OnCreateAutomationPeer()
Returns
System.Windows.Automation.Peers.AutomationPeer
|