Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 1006 Bytes

iscrollsnappointsinfo_getregularsnappoints_980074349.md

File metadata and controls

34 lines (22 loc) · 1006 Bytes
-api-id -api-type
M:Windows.UI.Xaml.Controls.Primitives.IScrollSnapPointsInfo.GetRegularSnapPoints(Windows.UI.Xaml.Controls.Orientation,Windows.UI.Xaml.Controls.Primitives.SnapPointsAlignment,System.Single@)
winrt method

Windows.UI.Xaml.Controls.Primitives.IScrollSnapPointsInfo.GetRegularSnapPoints

-description

Gets the distance between regular snap points for a specified orientation and alignment.

-parameters

-param orientation

The orientation/dimension for the desired snap point set.

-param alignment

The alignment to use when applying the snap points.

-param offset

Out parameter. The offset of the first snap point.

-returns

The distance between the equidistant snap points. Returns 0 when no snap points are present.

-remarks

-examples

-see-also