3 references to SpacingProperty
Microsoft.Maui.Controls (2)
LegacyLayouts\StackLayout.cs (2)
45
get { return (double)GetValue(
SpacingProperty
); }
46
set { SetValue(
SpacingProperty
, value); }
Microsoft.Maui.Controls.Compatibility (1)
Properties\AssemblyInfo.cs (1)
32
[assembly: StyleProperty("-maui-spacing", typeof(CStackLayout), nameof(CStackLayout.
SpacingProperty
))]