namespace Microsoft.Maui.Platform; public enum FlexAlignContent { Start, Center, End, Stretch, SpaceBetween, SpaceAround }