| Visual Basic (Declaration) | |
|---|---|
Public Enum ArrowDirection Inherits Enum | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public enum ArrowDirection : Enum | |
| Member | Description |
|---|---|
| Left | The arrow points to the left. |
| Top | The arrow points to the top. |
| Right | The arrow points to the right. |
| Bottom | The arrow points to the bottom. |
System.Object
System.ValueType
System.Enum
DataDynamics.ActiveReports.Viewer.Annotations.ArrowDirection