Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 1012 Bytes

iscrollsnappointsinfo_getregularsnappoints_227309818.md

File metadata and controls

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

Microsoft.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