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