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

In This Topic
    C1StyleVerticalAlign Enumeration
    In This Topic
    value of the vertical alignment property.
    Syntax
    'Declaration
     
    
    Public Enum C1StyleVerticalAlign 
       Inherits System.Enum
    public enum C1StyleVerticalAlign : System.Enum 
    Members
    MemberDescription
    BaseLineThis is the default value.
    BottomAlign the bottom of the element and its descendants with the bottom of the entire line.
    LengthAligns the baseline of the element at the given length above the baseline of its parent.
    MiddleAligns the middle of the element with the middle of lowercase letters in the parent.
    SubAligns the baseline of the element with the subscript-baseline of its parent.
    SuperAligns the baseline of the element with the superscript-baseline of its parent.
    TextBottomAligns the bottom of the element with the bottom of the parent element’s font.
    TextTopAligns the top of the element with the top of the parent element’s font.
    TopAlign the top of the element and its descendants with the top of the entire line.
    Inheritance Hierarchy

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

    See Also