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

In This Topic
    AlignItems Property
    In This Topic
    The align-items property specifies the default alignment for items inside the flexible container.
    Syntax
    'Declaration
     
    
    Public Property AlignItems As Nullable(Of C1StyleAlignItems)
    public Nullable<C1StyleAlignItems> AlignItems {get; set;}
    See Also