'Declaration
Public Enum TextAlignment Inherits System.Enum
public enum TextAlignment : System.Enum
'Declaration
Public Enum TextAlignment Inherits System.Enum
public enum TextAlignment : System.Enum
Member | Description |
---|---|
Baseline | The reference point will be on the base line of the text. |
Bottom | The reference point will be on the bottom edge of the bounding rectangle. |
Center | The reference point will be aligned horizontally with the center of the bounding rectangle. |
Left | The reference point will be on the left edge of the bounding rectangle. |
Right | The reference point will be on the right edge of the bounding rectangle. |
Top | The reference point will be on the top edge of the bounding rectangle. |
System.Object
System.ValueType
System.Enum
C1.Framework.Drawing.Gdi.DeviceContexts.TextAlignment
Target Platforms: 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