| Visual Basic (Declaration) | |
|---|---|
Public Enum LayoutDirection Inherits System.Enum  | |
| C# | |
|---|---|
public enum LayoutDirection : System.Enum  | |
| Member | Description | 
|---|---|
| Both | The layout runs from top to bottom and left to right. | 
| Horizontal | The layout runs from left to right. | 
| None | No direction is specified. | 
| Vertical | The layout runs from top to bottom. | 
System.Object
   System.ValueType
      System.Enum
         GrapeCity.ActiveReports.Extensibility.Layout.LayoutDirection