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.
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.
Member Name | Summary |
---|---|
FlexStart | [OOOO ] |
Center | [ OOOO ] |
FlexEnd | [ OOOO] |
SpaceBetween | [O O O O] |
SpaceAround | [ O O O O ] |
SpaceEvenly | [ O O O O ] |