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