| Visual Basic (Declaration) | |
|---|---|
Public Enum TextAnchor Inherits System.Enum | |
| C# | |
|---|---|
public enum TextAnchor : System.Enum | |
| Member | Description |
|---|---|
| BottomLeft | The text anchors by the bottom left corner. |
| BottomMiddle | The text anchors by the center of the bottom. |
| BottomRight | The text anchors by the bottom right corner. |
| Center | The text anchors by the center. |
| MiddleLeft | The text anchors by the center of the left side. |
| MiddleRight | The text anchors by the center of the right side. |
| TopLeft | The text anchors by the top left corner. |
| TopMiddle | The text anchors by the center of the top. |
| TopRight | The text anchors by the top right corner. |
System.Object
System.ValueType
System.Enum
GrapeCity.ActiveReports.Chart.Graphics.TextAnchor