1 implementation of Spacing
Microsoft.Maui.Controls (1)
Layout\StackBase.cs (1)
10
public double
Spacing
4 references to Spacing
Microsoft.Maui (4)
Layouts\HorizontalStackLayoutManager.cs (2)
35
measuredWidth += MeasureSpacing(Stack.
Spacing
, spacingCount);
48
double spacing = Stack.
Spacing
;
Layouts\VerticalStackLayoutManager.cs (2)
36
measuredHeight += MeasureSpacing(Stack.
Spacing
, spacingCount);
65
stackHeight += destination.Height + Stack.
Spacing
;