Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 972 Bytes

slider_snapsto.md

File metadata and controls

32 lines (21 loc) · 972 Bytes
-api-id -api-type
P:Windows.UI.Xaml.Controls.Slider.SnapsTo
winrt property

Windows.UI.Xaml.Controls.Slider.SnapsTo

-description

Gets or sets a value that indicates how the Slider conforms the thumb position to its steps or tick marks.

-xaml-syntax

<Slider SnapsTo="sliderSnapsToMemberName" />

-property-value

An enumeration value that specifies whether the Slider snaps to steps or tick marks. The default is StepValues.

-remarks

Set the SnapsTo property to specify whether the Slider snaps to tick marks or step values. Set the TickFrequency or StepFrequency property to specify the interval between snap points.

-examples

-see-also

StepFrequency, TickFrequency