Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 847 Bytes

slider_stepfrequency.md

File metadata and controls

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

Windows.UI.Xaml.Controls.Slider.StepFrequency

-description

Gets or sets the value part of a value range that steps should be created for.

-xaml-syntax

<Slider StepFrequency="double" />

-property-value

The value part of a value range that steps should be created for.

-remarks

When the SnapsTo property is set to StepValues, set the StepFrequency property to specify the interval between snap points.

-examples

-see-also

SliderSnapsTo, SnapsTo, TickFrequency