5 references to AlignSelfProperty
Microsoft.Maui.Controls (5)
Layout\FlexLayout.cs (4)
141
=> (FlexAlignSelf)bindable.GetValue(
AlignSelfProperty
);
145
=> bindable.SetValue(
AlignSelfProperty
, value);
338
BindableObject bo => (FlexAlignSelf)bo.GetValue(
AlignSelfProperty
),
348
bo.SetValue(
AlignSelfProperty
, alignSelf);
Properties\AssemblyInfo.cs (1)
134
[assembly: StyleProperty("align-self", typeof(VisualElement), nameof(FlexLayout.
AlignSelfProperty
), PropertyOwnerType = typeof(FlexLayout))]