4 references to JustifyContentProperty
Microsoft.Maui.Controls (4)
Layout\FlexLayout.cs (3)
83 get => (FlexJustify)GetValue(JustifyContentProperty); 84 set => SetValue(JustifyContentProperty, value); 626 item.JustifyContent = (Flex.Justify)(FlexJustify)GetValue(JustifyContentProperty);
Properties\AssemblyInfo.cs (1)
140[assembly: StyleProperty("justify-content", typeof(FlexLayout), nameof(FlexLayout.JustifyContentProperty))]