3 types derived from StackBase
Microsoft.Maui.Controls (3)
Layout\HorizontalStackLayout.cs (1)
7
public class HorizontalStackLayout :
StackBase
Layout\StackLayout.cs (1)
13
public class StackLayout :
StackBase
, IStackLayout
Layout\VerticalStackLayout.cs (1)
7
public class VerticalStackLayout :
StackBase
3 references to StackBase
Microsoft.Maui.Controls (3)
Layout\StackBase.cs (1)
7
public static readonly BindableProperty SpacingProperty = BindableProperty.Create(nameof(Spacing), typeof(double), typeof(
StackBase
), 0d,
Properties\AssemblyInfo.cs (2)
156
[assembly: StyleProperty("-maui-spacing", typeof(
StackBase
), nameof(
StackBase
.SpacingProperty))]