Implemented interface member:
property
ColumnSpacing
Microsoft.Maui.IGridLayout.ColumnSpacing
4 writes to ColumnSpacing
Microsoft.Maui.Controls (3)
Layout\AndExpandLayoutManager.cs (1)
94
ColumnSpacing
= stackLayout.Spacing
RadioButton\RadioButton.cs (1)
468
ColumnSpacing
= 6,
Shell\BaseShellItem.cs (1)
361
grid.
ColumnSpacing
= grid.RowSpacing = 0;
Microsoft.Maui.Controls.Foldable (1)
TwoPaneView.cs (1)
238
ColumnSpacing
= 0;
2 references to ColumnSpacing
Microsoft.Maui.Controls (2)
Layout\Grid.cs (2)
38
/// <summary>Bindable property for <see cref="
ColumnSpacing
"/>.</summary>
39
public static readonly BindableProperty ColumnSpacingProperty = BindableProperty.Create(nameof(
ColumnSpacing
), typeof(double),