| Visual Basic (Declaration) | |
|---|---|
Public Enum Orientation Inherits System.Enum | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As Orientation | |
| C# | |
|---|---|
public enum Orientation : System.Enum | |
| Member | Description |
|---|---|
| Horizontal | The orientation of splitter is horizontal. |
| Vertical | The orientation of splitter is vertical (the default value). |
The default value of Orientation property is Vertical. However, you can change the value to Horizontal if you want to use WebSplitter to split rows.
System.Object
System.ValueType
System.Enum
ISNet.WebUI.WebDesktop.Orientation
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2