Vixen
02b45cc4
csharp
public enum Align

How items are placed on the cross axis.

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

Fields and properties (9)

  • Auto

    Defer to the parent's align-items. Only meaningful for align-self.

  • FlexStart

    At the cross-start edge.

  • Center

    Centred.

  • FlexEnd

    At the cross-end edge.

  • Stretch

    Filling the line's cross size.

  • Baseline

    Aligned so the items' baselines line up.

  • SpaceBetween

    Lines spread with space between them. align-content only.

  • SpaceAround

    Lines spread with half-gaps at the edges. align-content only.

  • SpaceEvenly

    Lines spread with equal gaps everywhere. align-content only.

Used by (21)

  • AbsolutePositionTestsVixen.Ui.Layout.Tests
  • AlignContentTestsVixen.Ui.Layout.Tests
  • AlignItemsTestsVixen.Ui.Layout.Tests
  • AlignSelfTestsVixen.Ui.Layout.Tests
  • AndroidNewsFeedTestsVixen.Ui.Layout.Tests
  • BorderTestsVixen.Ui.Layout.Tests
  • FlexWrapTestsVixen.Ui.Layout.Tests
  • GapTestsVixen.Ui.Layout.Tests
  • IntrinsicSizeTestsVixen.Ui.Layout.Tests
  • JustifyContentTestsVixen.Ui.Layout.Tests
  • KeywordsVixen.Ui
  • LayoutStyleVixen.Ui.Layout
  • LayoutStyleBridgeTestsVixen.Ui.Tests
  • LayoutStyleBuilderVixen.Ui
  • LayoutTreeVixen.Ui.Layout
  • LayoutTreeTestsVixen.Ui.Layout.Tests
  • MarginTestsVixen.Ui.Layout.Tests
  • MinMaxDimensionTestsVixen.Ui.Layout.Tests
  • PaddingTestsVixen.Ui.Layout.Tests
  • PercentageTestsVixen.Ui.Layout.Tests
  • StaticPositionTestsVixen.Ui.Layout.Tests