Enumeration type for the different horizontal text alignment options
| C# | Visual Basic | Visual C++ |
public enum AlignH
Public Enumeration AlignH
public enum class AlignH
| Member | Description |
|---|---|
| Left |
Position the text so that its left edge is aligned with the
specified X,Y location. Used by the
Draw(Graphics, PaneBase, String, Single, Single, AlignH, AlignV, Single) method.
|
| Center |
Position the text so that its center is aligned (horizontally) with the
specified X,Y location. Used by the
Draw(Graphics, PaneBase, String, Single, Single, AlignH, AlignV, Single) method.
|
| Right |
Position the text so that its right edge is aligned with the
specified X,Y location. Used by the
Draw(Graphics, PaneBase, String, Single, Single, AlignH, AlignV, Single) method.
|
