5 references to GetFlexItem
Microsoft.Maui.Controls (5)
Layout\FlexLayout.cs (5)
166 GetFlexItem(bindable).Order = (int)newValue; 174 GetFlexItem(bindable).Grow = (float)newValue; 182 GetFlexItem(bindable).Shrink = (float)newValue; 190 GetFlexItem(bindable).AlignSelf = (Flex.AlignSelf)(FlexAlignSelf)newValue; 198 GetFlexItem(bindable).Basis = ((FlexBasis)newValue).ToFlexBasis();