4 writes to JustifyContent
Microsoft.Maui.Controls (4)
Layout\FlexLayout.cs (2)
216
flexLayout._root.
JustifyContent
= (Flex.Justify)(FlexJustify)newValue;
626
item.
JustifyContent
= (Flex.Justify)(FlexJustify)GetValue(JustifyContentProperty);
LegacyLayouts\FlexLayout.cs (2)
204
flexLayout._root.
JustifyContent
= (Flex.Justify)(FlexJustify)newValue;
276
item.
JustifyContent
= (Flex.Justify)(FlexJustify)GetValue(JustifyContentProperty);
1 reference to JustifyContent
Microsoft.Maui (1)
Layouts\Flex.cs (1)
750
layout_align(item.
JustifyContent
, layout.flex_dim, children_count, ref pos, ref spacing);