[]
        
(Showing Draft Content)

C1.Blazor.Core.C1StyleAlignItems

C1StyleAlignItems Enum

The align-items property specifies the default alignment for items inside the flexible container.

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

Fields

Name 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.