Table of Contents
IsSnapToTickEnabled Property

Gets or sets a value that indicates whether the SliderBase derived control automatically moves the Thumb to the closest tick mark. This is a dependency property.

Syntax
 public Boolean IsSnapToTickEnabled { get; set; }

Property Value

true to enable snapping to ticks; otherwise false. The default value is false.

See Also