4 references to JustifyContentProperty
Microsoft.Maui.Controls (3)
LegacyLayouts\FlexLayout.cs (3)
85
get => (FlexJustify)GetValue(
JustifyContentProperty
);
86
set => SetValue(
JustifyContentProperty
, value);
276
item.JustifyContent = (Flex.Justify)(FlexJustify)GetValue(
JustifyContentProperty
);
Microsoft.Maui.Controls.Compatibility (1)
Properties\AssemblyInfo.cs (1)
27
[assembly: StyleProperty("justify-content", typeof(CFlexLayout), nameof(CFlexLayout.
JustifyContentProperty
))]