Enumeration type for the different vertical text alignment options
| C# | Visual Basic | Visual C++ |
public enum AlignV
Public Enumeration AlignV
public enum class AlignV
| Member | Description |
|---|---|
| Top |
Position the text so that its top 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 (vertically) with the
specified X,Y location. Used by the
Draw(Graphics, PaneBase, String, Single, Single, AlignH, AlignV, Single) method.
|
| Bottom |
Position the text so that its bottom edge is aligned with the
specified X,Y location. Used by the
Draw(Graphics, PaneBase, String, Single, Single, AlignH, AlignV, Single) method.
|
