Espacio de nombres: CodiumSDK.CPL
Ensamblado: CodiumSDK.dll

Vertical Align
C#
public enum VerticalAlign
ConstanteDescripción
BaselineThe element is aligned with the baseline of the parent. This is default
BottomThe element is aligned with the lowest element on the line
InheritInherits this property from its parent element.
InitialSets this property to its default value.
MiddleThe element is placed in the middle of the parent element
SubThe element is aligned with the subscript baseline of the parent
SuperThe element is aligned with the superscript baseline of the parent
Text_BottomThe element is aligned with the bottom of the parent element’s font
Text_TopThe element is aligned with the top of the parent element’s font
TopThe element is aligned with the top of the tallest element on the line