{description}
{excerpt}A vertical value specifies the vertical position of a font in relation to other text.{excerpt}
{signature:C#}
 public sealed class VerticalPosition : TypesafeEnum
{signature}{signature:vb.net}
Public NotInheritable Class VerticalPosition
		Inherits TypesafeEnum
{signature}
{values}
||Name||Description||
|{anchor:None}None|Standard vertical position|
|{anchor:Subscript}Subscript|The font will be slightly lower than other text.|
|{anchor:Superscript}Superscript|The font will be slightly higher than other text.|