3 references to RowSpacingProperty
Microsoft.Maui.Controls (3)
Layout\Grid.cs (2)
138
get { return (double)GetValue(
RowSpacingProperty
); }
139
set { SetValue(
RowSpacingProperty
, value); }
Properties\AssemblyInfo.cs (1)
120
[assembly: StyleProperty("row-gap", typeof(Grid), nameof(Grid.
RowSpacingProperty
))]