'Declaration
Public Enum C1StyleJustifyContent Inherits System.Enum
public enum C1StyleJustifyContent : System.Enum
'Declaration
Public Enum C1StyleJustifyContent Inherits System.Enum
public enum C1StyleJustifyContent : System.Enum
Member | 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. |
System.Object
System.ValueType
System.Enum
C1.Blazor.Core.C1StyleJustifyContent