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