Vixen
02b45cc4
csharp
public enum Wrap

Whether items overflow the main axis or move to a new line.

No guide page documents this yet — the page shows what the code says about itself.

Fields and properties (3)

  • NoWrap

    One line, however much it overflows.

  • Wrap

    New lines towards the cross-end.

  • WrapReverse

    New lines towards the cross-start.

Used by (11)

  • AbsolutePositionTestsVixen.Ui.Layout.Tests
  • AlignContentTestsVixen.Ui.Layout.Tests
  • AlignItemsTestsVixen.Ui.Layout.Tests
  • FlexWrapTestsVixen.Ui.Layout.Tests
  • GapTestsVixen.Ui.Layout.Tests
  • IntrinsicSizeTestsVixen.Ui.Layout.Tests
  • KeywordsVixen.Ui
  • LayoutPassTestsVixen.Ui.Layout.Tests
  • LayoutStyleVixen.Ui.Layout
  • LayoutStyleBuilderVixen.Ui
  • LayoutTreeVixen.Ui.Layout