Version

ParagraphTextAlignment Enumeration

Determines how text will be aligned vertically within a paragraph.
Syntax
'Declaration
 
Public Enum ParagraphTextAlignment 
   Inherits System.Enum
public enum ParagraphTextAlignment : System.Enum 
Members
MemberDescription
AutoAutomatically align the text
BaselineSpecifies that the text shall be aligned to the baseline of each character
BottomSpecifies that the text shall be aligned to the bottom of each character
CenterSpecifies that the text shall be aligned to the center of each character
TopSpecifies that the text shall be aligned to the top of each character
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, 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