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