Class
SliderThumb

Represents a control that can be dragged by the user.

Definition

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

Value

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

Declaration

cs-api-definition
public double Value { get; set; }

Property Value

double

Methods

OnCreateAutomationPeer()

Creates new SliderThumbAutomationPeer when needed.

Declaration

cs-api-definition
protected override AutomationPeer OnCreateAutomationPeer()

Returns

AutomationPeer