4 writes to SnapAligment
Microsoft.Maui.Controls (4)
Handlers\Items2\iOS\LayoutFactory2.cs (4)
199
new LayoutSnapInfo { SnapType = linearItemsLayout.SnapPointsType,
SnapAligment
= linearItemsLayout.SnapPointsAlignment },
215
new LayoutSnapInfo { SnapType = linearItemsLayout.SnapPointsType,
SnapAligment
= linearItemsLayout.SnapPointsAlignment },
230
new LayoutSnapInfo { SnapType = gridItemsLayout.SnapPointsType,
SnapAligment
= gridItemsLayout.SnapPointsAlignment },
249
new LayoutSnapInfo { SnapType = gridItemsLayout.SnapPointsType,
SnapAligment
= gridItemsLayout.SnapPointsAlignment },
1 reference to SnapAligment
Microsoft.Maui.Controls (1)
Handlers\Items2\iOS\LayoutFactory2.cs (1)
274
var alignment = _snapInfo.
SnapAligment
;