Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 970 Bytes

carouselpanel_getirregularsnappoints_49277403.md

File metadata and controls

29 lines (20 loc) · 970 Bytes
-api-id -api-type
M:Microsoft.UI.Xaml.Controls.Primitives.CarouselPanel.GetIrregularSnapPoints(Microsoft.UI.Xaml.Controls.Orientation,Microsoft.UI.Xaml.Controls.Primitives.SnapPointsAlignment)
winrt method

Microsoft.UI.Xaml.Controls.Primitives.CarouselPanel.GetIrregularSnapPoints

-description

Returns the set of distances between irregular 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.

-returns

The read only collection of snap point distances. Returns an empty collection when no snap points are present.

-remarks

-examples

-see-also