3 references to ColumnSpacingProperty
Microsoft.Maui.Controls (3)
Layout\Grid.cs (2)
145 get { return (double)GetValue(ColumnSpacingProperty); } 146 set { SetValue(ColumnSpacingProperty, value); }
Properties\AssemblyInfo.cs (1)
100[assembly: StyleProperty("column-gap", typeof(Grid), nameof(Grid.ColumnSpacingProperty))]