| Visual Basic (Declaration) | |
|---|---|
Public Enum TextAlignment Inherits System.Enum | |
| C# | |
|---|---|
public enum TextAlignment : System.Enum | |
| Member | Description |
|---|---|
| Center | Text is centered within the control area. |
| Justify | Text is fully justified on left and right edges of the control. |
| Left | Text is aligned to the left edge of the control. |
| Right | Text is aligned to the right edge of the control. |
System.Object
System.ValueType
System.Enum
GrapeCity.ActiveReports.Document.Section.TextAlignment