3 references to SpacingProperty
Microsoft.Maui.Controls (3)
Layout\StackBase.cs (2)
12
get { return (double)GetValue(
SpacingProperty
); }
13
set { SetValue(
SpacingProperty
, value); }
Properties\AssemblyInfo.cs (1)
156
[assembly: StyleProperty("-maui-spacing", typeof(StackBase), nameof(StackBase.
SpacingProperty
))]