Implemented interface member:
method
GetAlignSelf
Microsoft.Maui.IFlexLayout.GetAlignSelf(Microsoft.Maui.IView)
2 references to GetAlignSelf
Microsoft.Maui.Controls (2)
Layout\FlexLayout.cs (2)
442
item.AlignSelf = (Flex.AlignSelf)
GetAlignSelf
(view);
694
item.AlignSelf = (Flex.AlignSelf)
GetAlignSelf
(child);