Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 1.06 KB

slider_intermediatevalue.md

File metadata and controls

27 lines (18 loc) · 1.06 KB
-api-id -api-type
P:Microsoft.UI.Xaml.Controls.Slider.IntermediateValue
winrt property

Microsoft.UI.Xaml.Controls.Slider.IntermediateValue

-description

Gets or sets the value of the Slider while the user is interacting with it, before the value is snapped to either the tick or step value. The value the Slider snaps to is specified by the SnapsTo property.

-property-value

A temporary value.

-remarks

Use this property to get the value of the Slider while the user is interacting with it, before the value is snapped to either the tick or step value (as specified by the SnapsTo property).

This property isn't typically set in XAML. It could be useful though as an element binding source for another XAML UI element that displays the IntermediateValue value.

-examples

-see-also

SnapsTo, StepFrequency, TickFrequency