3 references to Start
Microsoft.Maui (1)
Converters\FlexEnumsConverters.cs (1)
27 return FlexJustify.Start;
Microsoft.Maui.Controls (2)
Layout\FlexLayout.cs (1)
25 BindableProperty.Create(nameof(JustifyContent), typeof(FlexJustify), typeof(FlexLayout), FlexJustify.Start,
LegacyLayouts\FlexLayout.cs (1)
23 BindableProperty.Create(nameof(JustifyContent), typeof(FlexJustify), typeof(FlexLayout), FlexJustify.Start,