Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 1001 Bytes

itemspresenter_getregularsnappoints_227309818.md

File metadata and controls

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

Microsoft.UI.Xaml.Controls.ItemsPresenter.GetRegularSnapPoints

-description

Returns an original offset and interval for equidistant snap points for the specified orientation.

-parameters

-param orientation

The orientation of the requested snap points.

-param alignment

The alignment used by the caller when applying the requested snap points.

-param offset

The offset of the first snap point.

-returns

The interval between equidistant snap points for the specified orientation or 0 when no snap points are present.

-remarks

-examples

-see-also