CODIUM Programming Language (CPL) CodiumSDK CPL VerticalAlign
July 14, 2023 at 8:30 PMEnsamblado: CodiumSDK.dll
| C# |
| public enum VerticalAlign |
| Constante | Descripción | |
|---|---|---|
| Baseline | The element is aligned with the baseline of the parent. This is default | |
| Bottom | The element is aligned with the lowest element on the line | |
| Inherit | Inherits this property from its parent element. | |
| Initial | Sets this property to its default value. | |
| Middle | The element is placed in the middle of the parent element | |
| Sub | The element is aligned with the subscript baseline of the parent | |
| Super | The element is aligned with the superscript baseline of the parent | |
| Text_Bottom | The element is aligned with the bottom of the parent element’s font | |
| Text_Top | The element is aligned with the top of the parent element’s font | |
| Top | The element is aligned with the top of the tallest element on the line |