Slider.SnapsToProperty Property

Definition

Identifies the SnapsTo dependency property.

public:
 static property DependencyProperty ^ SnapsToProperty { DependencyProperty ^ get(); };
static DependencyProperty SnapsToProperty();
public static DependencyProperty SnapsToProperty { get; }
var dependencyProperty = Slider.snapsToProperty;
Public Shared ReadOnly Property SnapsToProperty As DependencyProperty

Property Value

The identifier for the SnapsTo dependency property.

Applies to