'Declaration
Public Enum C1StyleAlignItems Inherits System.Enum
public enum C1StyleAlignItems : System.Enum
'Declaration
Public Enum C1StyleAlignItems Inherits System.Enum
public enum C1StyleAlignItems : System.Enum
Member | Description |
---|---|
Baseline | Items are positioned at the baseline of the container. |
Center | Items are positioned at the center of the container. |
FlexEnd | Items are positioned at the end of the container. |
FlexStart | Items are positioned at the beginning of the container. |
Inherit | Inherits this property from its parent element. |
Initial | Sets this property to its default value. |
Stretch | Items are stretched to fit the container. |
System.Object
System.ValueType
System.Enum
C1.Blazor.Core.C1StyleAlignItems