csharp
public enum AlignHow 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)
AutoDefer to the parent's align-items. Only meaningful for align-self.
FlexStartAt the cross-start edge.
CenterCentred.
FlexEndAt the cross-end edge.
StretchFilling the line's cross size.
BaselineAligned so the items' baselines line up.
SpaceBetweenLines spread with space between them. align-content only.
SpaceAroundLines spread with half-gaps at the edges. align-content only.
SpaceEvenlyLines 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