5 references to AlignSelfProperty
Microsoft.Maui.Controls (4)
LegacyLayouts\FlexLayout.cs (4)
139
=> (FlexAlignSelf)bindable.GetValue(
AlignSelfProperty
);
142
=> bindable.SetValue(
AlignSelfProperty
, value);
330
item.AlignSelf = (Flex.AlignSelf)(FlexAlignSelf)view.GetValue(
AlignSelfProperty
);
479
item.AlignSelf = (Flex.AlignSelf)(FlexAlignSelf)child.GetValue(
AlignSelfProperty
);
Microsoft.Maui.Controls.Compatibility (1)
Properties\AssemblyInfo.cs (1)
21
[assembly: StyleProperty("align-self", typeof(VisualElement), nameof(CFlexLayout.
AlignSelfProperty
), PropertyOwnerType = typeof(CFlexLayout))]