'Declaration Public Enum VerticalAlignment Inherits System.Enum
public enum VerticalAlignment : System.Enum
Member | Description |
---|---|
BaseLine | The element is aligned with the base-line of the line. |
Bottom | The element is aligned with the bottom of the line. |
Default | Default. |
Middle | The midpoint of the element is aligned with the midpoint of the line. |
Sub | The text is aligned slightly below the baseline as subscript. This will also reduce the font size. |
Super | The text is aligned slightly above top baseline as superscript. This will also reduce the font size. |
Top | The element is aligned with the top of the line. |
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