enum Justify : System.Enum

robot_2Generated
code_blocksInput

Description

The Justify enum in the Sandbox.UI namespace provides possible values for the justify-content CSS property. This enum is used to specify how the browser distributes space between and around content items along the main axis of their container.

Members

Static Fields

Member NameSummary
FlexStart[OOOO ]
Center[ OOOO ]
FlexEnd[ OOOO]
SpaceBetween[O O O O]
SpaceAround[ O O O O ]
SpaceEvenly[ O O O O ]