Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 885 Bytes

rangebase_largechange.md

File metadata and controls

31 lines (20 loc) · 885 Bytes
-api-id -api-type
P:Windows.UI.Xaml.Controls.Primitives.RangeBase.LargeChange
winrt property

Windows.UI.Xaml.Controls.Primitives.RangeBase.LargeChange

-description

Gets or sets a value to be added to or subtracted from the Value of a RangeBase control.

-xaml-syntax

<rangeBase LargeChange="double"/>

-property-value

Value to add to or subtract from the Value of the RangeBase element. The default is 1.

-remarks

Slider overrides the metadata of this property and sets its default to 10. For more information, see Dependency properties overview.

-examples

-see-also