Implemented interface member:
property
Spacing
Microsoft.Maui.IStackLayout.Spacing
1 write to Spacing
Microsoft.Maui.Controls (1)
IndicatorView\IndicatorView.cs (1)
148
indicatorView.IndicatorLayout = new IndicatorStackLayout(indicatorView) {
Spacing
= DefaultPadding };
4 references to Spacing
Microsoft.Maui.Controls (4)
Layout\AndExpandLayoutManager.cs (2)
57
RowSpacing = stackLayout.
Spacing
,
94
ColumnSpacing = stackLayout.
Spacing
Layout\StackBase.cs (2)
6
/// <summary>Bindable property for <see cref="
Spacing
"/>.</summary>
7
public static readonly BindableProperty SpacingProperty = BindableProperty.Create(nameof(
Spacing
), typeof(double), typeof(StackBase), 0d,