Align Content
Aligns flex lines when there is extra space on the cross axis. Only has effect when FlexWrap is not FlexWrap.NoWrap and there are multiple lines. Mirrors CSS align-content.
Entries
Lines are evenly distributed; first line at the start, last at the end. Mirrors CSS align-content: space-between.
Lines are evenly distributed with half-size spaces at each end. Mirrors CSS align-content: space-around.
Lines are evenly distributed with equal space between and around each line. Mirrors CSS align-content: space-evenly.
Properties
Functions
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
Returns an array containing the constants of this enum type, in the order they're declared.