Blazor | ComponentOne
C1.Blazor.Core Assembly / C1.Blazor.Core Namespace / C1StyleAlignItems Enumeration

In This Topic
    C1StyleAlignItems Enumeration
    In This Topic
    The align-items property specifies the default alignment for items inside the flexible container.
    Syntax
    'Declaration
     
    
    Public Enum C1StyleAlignItems 
       Inherits System.Enum
    public enum C1StyleAlignItems : System.Enum 
    Members
    MemberDescription
    BaselineItems are positioned at the baseline of the container.
    CenterItems are positioned at the center of the container.
    FlexEndItems are positioned at the end of the container.
    FlexStartItems are positioned at the beginning of the container.
    InheritInherits this property from its parent element.
    InitialSets this property to its default value.
    StretchItems are stretched to fit the container.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.Blazor.Core.C1StyleAlignItems

    See Also