Version

FontVerticalAlignment Enumeration

Constants which define the manner in which characters are vertically aligned, i.e., when the characters appear in subscript or superscript.
Syntax
'Declaration
 
Public Enum FontVerticalAlignment 
   Inherits System.Enum
public enum FontVerticalAlignment : System.Enum 
Members
MemberDescription
BaselineNormal; the text is rendered at its normal location as relative to the baseline for the associated run. Use this setting to clear the subscript or superscript effect for this run when either setting is enabled at a higher level of the property resolution hierarchy.
DefaultThe actual value is determined at a higher level of the property resolution hierarchy.
SubscriptText is rendered in a smaller size below the default baseline location for the associated run.
SuperscriptText is rendered in a smaller size above the default baseline location for the associated run.
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