Vixen
02b45cc4
csharp
public enum Justify

How 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)

  • FlexStart

    Packed at the start.

  • Center

    Packed in the middle.

  • FlexEnd

    Packed at the end.

  • SpaceBetween

    Space between items, none at the edges.

  • SpaceAround

    Half a gap at the edges, a full gap between items.

  • SpaceEvenly

    Equal 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