csharp
public enum JustifyHow leftover main-axis space is distributed.
No guide page documents this yet — the page shows what the code says about itself.
Fields and properties (6)
FlexStartPacked at the start.
CenterPacked in the middle.
FlexEndPacked at the end.
SpaceBetweenSpace between items, none at the edges.
SpaceAroundHalf a gap at the edges, a full gap between items.
SpaceEvenlyEqual gaps everywhere, including the edges.
Used by (18)
- LayoutBenchmarksVixen.Benchmarks.Ui
- AbsolutePositionTestsVixen.Ui.Layout.Tests
- AlignContentTestsVixen.Ui.Layout.Tests
- AlignItemsTestsVixen.Ui.Layout.Tests
- BorderTestsVixen.Ui.Layout.Tests
- FlexWrapTestsVixen.Ui.Layout.Tests
- GapTestsVixen.Ui.Layout.Tests
- JustifyContentTestsVixen.Ui.Layout.Tests
- KeywordsVixen.Ui
- LayoutPassTestsVixen.Ui.Layout.Tests
- LayoutStyleVixen.Ui.Layout
- LayoutStyleBuilderVixen.Ui
- LayoutTreeVixen.Ui.Layout
- MarginTestsVixen.Ui.Layout.Tests
- MinMaxDimensionTestsVixen.Ui.Layout.Tests
- PaddingTestsVixen.Ui.Layout.Tests
- PercentageTestsVixen.Ui.Layout.Tests
- StaticPositionTestsVixen.Ui.Layout.Tests