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

In This Topic
    VerticalAlign Property
    In This Topic
    property sets the vertical alignment of an element.
    Syntax
    'Declaration
     
    
    Public Property VerticalAlign As Nullable(Of C1StyleVerticalAlign)
    public Nullable<C1StyleVerticalAlign> VerticalAlign {get; set;}
    See Also