Enum AlignV
Enumeration type for the different vertical text alignment options
Namespace: ZedGraph
Assembly: ZedGraph.dll
Syntax
public enum AlignV
Fields
| Name | Description |
|---|---|
| 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. |
| 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. |
| 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. |