| Visual Basic (Declaration) | |
|---|---|
Public Enum Alignment Inherits Enum | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public enum Alignment : Enum | |
| Member | Description |
|---|---|
| Center | The text item anchors to the center. |
| Top | The text item anchors to the top. |
| Bottom | The text item anchors to the bottom. |
| Left | The text item anchors to the left. |
| Right | The text item anchors to the right. |
| TopLeft | The text item anchors to the top left. |
| TopRight | The text item anchors to the top right. |
| BottomLeft | The text item anchors to the bottom left. |
| BottomRight | The text item anchors to the bottom right. |
System.Object
System.ValueType
System.Enum
DataDynamics.ActiveReports.Chart.Alignment