| Cases |
Start = 'Start'
Lines are packed toward the start of the cross axis.
Lines are packed toward the start of the cross axis.
|
#
|
End = 'End'
Lines are packed toward the end of the cross axis.
Lines are packed toward the end of the cross axis.
|
#
|
Center = 'Center'
Lines are centered along the cross axis.
Lines are centered along the cross axis.
|
#
|
SpaceBetween = 'SpaceBetween'
Lines are evenly distributed; first line at the start, last at the end.
Lines are evenly distributed; first line at the start, last at the end.
|
#
|
SpaceAround = 'SpaceAround'
Lines are evenly distributed with equal space around each.
Lines are evenly distributed with equal space around each.
|
#
|
Stretch = 'Stretch'
Lines stretch to fill the remaining cross-axis space (default).
Lines stretch to fill the remaining cross-axis space (default).
|
#
|
Inherit = 'Inherit'
Inherits the value from its parent.
Inherits the value from its parent.
|
#
|