Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin
Wiki Markup
{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.|