This topic has not yet been rated - Rate this topic

SliderSnapsTo enumeration

Defines constants that specify how a Slider or related range control class conforms the indicator position to its steps or tick marks.

Syntax


public enum SliderSnapsTo


<objectproperty="enumMemberName" />

Attributes

VersionAttribute(NTDDI_WIN8)
WebHostHiddenAttribute()

Members

The SliderSnapsTo enumeration has these members.

MemberValueDescription
StepValues0

Conform the indicator to the step values.

Ticks1

Conform the indicator to the tick marks.

Examples


<Slider TickPlacement="Inline"
        TickFrequency="20"
        SnapsTo="Ticks"/>

Requirements

Minimum supported client

Windows 8

Minimum supported server

Windows Server 2012

Namespace

Windows.UI.Xaml.Controls.Primitives
Windows::UI::Xaml::Controls::Primitives [C++]

Metadata

Windows.winmd

See also

Slider.SnapsTo

 

 

Build date: 3/12/2013

© 2013 Microsoft. All rights reserved.