New to Telerik UI for WPFStart a free 30-day trial

Represents a control that can be dragged by the user.

Definition

Constructors

Initializes a new instance of the SliderThumb class.

C#
public SliderThumb()

Fields

ValueProperty

DependencyProperty

Identifies the Value dependency property.

C#
public static readonly DependencyProperty ValueProperty

Properties

Gets or sets the current value of the single slider thumb control.

C#
public double Value { get; set; }

Methods

Creates new SliderThumbAutomationPeer when needed.

C#
protected override AutomationPeer OnCreateAutomationPeer()
Returns:

AutomationPeer