[]
        
(Showing Draft Content)

C1.Blazor.Core.C1StyleJustifyContent

C1StyleJustifyContent Enum

The justify-content property aligns the flexible container's items when the items do not use all available space on the main-axis (horizontally).

Namespace: C1.Blazor.Core
Assembly: C1.Blazor.Core.dll
Syntax
public enum C1StyleJustifyContent
Public Enum C1StyleJustifyContent

Fields

Name Description
Center

Items are positioned at the center of the container.

FlexEnd

Items are positioned at the end of the container.

FlexStart

Default value. Items are positioned at the beginning of the container.

SpaceAround

Items are positioned with space before, between, and after the lines.

SpaceBetween

Items are positioned with space between the lines.