| Visual Basic (Declaration) | |
|---|---|
| Public Enum Orientation Inherits Enum | |
| Visual Basic (Usage) |  Copy Code | 
|---|---|
|  | |
| C# | |
|---|---|
| public enum Orientation : Enum | |
| Member | Description | 
|---|---|
| Left | The object is on the left. | 
| Right | The object is on the right. | 
| Top | The object is on top. | 
| Bottom | The object is on bottom. | 
| TopLeft | The object ( Usually an annotation) on the upper left hand side. | 
| TopRight | The object ( Usually an annotation) on the upper right hand side. | 
| BottomRight | The object ( Usually an annotation) on the bottom right hand side. | 
| BottomLeft | The object ( Usually an annotation) on the bottom left hand side. | 
| None | No orientation is specified. | 
System.Object
   System.ValueType
      System.Enum
         dotnetCHARTING.Orientation
 
     
     
     
    