Version

VerticalAlignment Enumeration

Specifies the vertical alignment of an inline element in relation to the line it belongs to.
Syntax
'Declaration
 
Public Enum VerticalAlignment 
   Inherits System.Enum
public enum VerticalAlignment : System.Enum 
Members
MemberDescription
BaseLineThe element is aligned with the base-line of the line.
BottomThe element is aligned with the bottom of the line.
DefaultDefault.
MiddleThe midpoint of the element is aligned with the midpoint of the line.
SubThe text is aligned slightly below the baseline as subscript. This will also reduce the font size.
SuperThe text is aligned slightly above top baseline as superscript. This will also reduce the font size.
TopThe element is aligned with the top of the line.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also