3 references to Start
Microsoft.Maui (1)
Layouts\FlexEnums.cs (1)
60
Start = Flex.AlignSelf.
Start
,
Microsoft.Maui.Controls (2)
Layout\FlexLayout.cs (1)
679
item.AlignSelf = Flex.AlignSelf.
Start
;
LegacyLayouts\FlexLayout.cs (1)
454
item.AlignSelf = Flex.AlignSelf.
Start
;