Blazor | ComponentOne
C1.Blazor.Core Assembly / C1.Blazor.Core Namespace / C1Style Class / JustifyContent Property

In This Topic
    JustifyContent Property
    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 Property JustifyContent As Nullable(Of C1StyleJustifyContent)
    public Nullable<C1StyleJustifyContent> JustifyContent {get; set;}
    See Also