| Visual Basic (Declaration) | |
|---|---|
Public Enum TextAlign Inherits System.Enum | |
| C# | |
|---|---|
public enum TextAlign : System.Enum | |
| Member | Description |
|---|---|
| Center | The text is centered. |
| Left | The text is aligned left. |
| Right | The text is aligned right. |
System.Object
System.ValueType
System.Enum
GrapeCity.ActiveReports.Chart.Graphics.TextAlign