Orientation
Namespace: PPJ.Runtime.Vis
Assembly: PPJ.Web.Vis.50 (5.0.0.0)
Specifies the direction of a Visual Toolchest splitter divider.
- C#
- VB.NET
public enum Orientation : Enum
Public Enum Orientation As [Enum]
Fields
| Name | Description | Value |
|---|---|---|
| Horizontal | A horizontal divider separating upper and lower panes. | |
| Vertical | A vertical divider separating left and right panes. |
Used By
| Name | Description |
|---|---|
| VisSplitter.Orientation | Gets or sets the direction of the divider using the Visual Toolchest orientation enum. |
| VisSplitterWindow.Orientation | Gets or sets the contained splitter's divider direction. |