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

In This Topic
    C1StyleJustifyContent Enumeration
    In This Topic
    The justify-content property aligns the flexible container's items when the items do not use all available space on the main-axis (horizontally).
    Syntax
    'Declaration
     
    
    Public Enum C1StyleJustifyContent 
       Inherits System.Enum
    public enum C1StyleJustifyContent : System.Enum 
    Members
    MemberDescription
    CenterItems are positioned at the center of the container.
    FlexEndItems are positioned at the end of the container.
    FlexStartDefault value. Items are positioned at the beginning of the container.
    SpaceAroundItems are positioned with space before, between, and after the lines.
    SpaceBetweenItems are positioned with space between the lines.
    Inheritance Hierarchy

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

    See Also