'Declaration
Public Enum C1StyleVerticalAlign Inherits System.Enum
public enum C1StyleVerticalAlign : System.Enum
'Declaration
Public Enum C1StyleVerticalAlign Inherits System.Enum
public enum C1StyleVerticalAlign : System.Enum
Member | Description |
---|---|
BaseLine | This is the default value. |
Bottom | Align the bottom of the element and its descendants with the bottom of the entire line. |
Length | Aligns the baseline of the element at the given length above the baseline of its parent. |
Middle | Aligns the middle of the element with the middle of lowercase letters in the parent. |
Sub | Aligns the baseline of the element with the subscript-baseline of its parent. |
Super | Aligns the baseline of the element with the superscript-baseline of its parent. |
TextBottom | Aligns the bottom of the element with the bottom of the parent element’s font. |
TextTop | Aligns the top of the element with the top of the parent element’s font. |
Top | Align the top of the element and its descendants with the top of the entire line. |
System.Object
System.ValueType
System.Enum
C1.Blazor.Core.C1StyleVerticalAlign