Orientation
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.5.0.0)
Specifies the orientation of controls or elements of controls.
- C#
- VB.NET
public enum Orientation : Enum
Public Enum Orientation As [Enum]
Fields
| Name | Description |
|---|---|
| Horizontal | The control or element is oriented horizontally. |
| Vertical | The control or element is oriented vertically. |
Used By
| Name | Description |
|---|---|
| BindingNavigator.Orientation | Returns or sets a value indicating the horizontal or vertical orientation of the BindingNavigator control. |
| Control.LayoutChildren | Arranges all the child Control in the specified direction , spaced by spacing pixels. |
| ListBox.Orientation | Returns or sets whether the list box displays the items vertically (default) or horizontally. Since 3.1 |
| HScrollBar.Orientation | Returns the orientation of the scrollbar control. |
| VScrollBar.Orientation | Returns the orientation of the scrollbar control. |
| ScrollBar.Orientation | Returns the orientation of the scrollbar control. |
| SplitContainer.Orientation | Returns or sets a value indicating the horizontal or vertical orientation of the SplitContainer panels. |
| TabControl.Orientation | Returns or sets a value indicating the horizontal or vertical orientation of the TabControl tabs. |
| TrackBar.Orientation | Returns or sets a value indicating the horizontal or vertical orientation of the track bar. |
| Line.Orientation | Returns or sets a value indicating the horizontal or vertical orientation of the Line control. |
| SlideBar.Orientation | Returns or sets the Orientation of the SlideBar control. |
| SplitButton.Orientation | Returns or sets a value indicating the layout of the SplitButton. When the value is set to Vertical the down arrow is places below the text, otherwise it's to the right of the text. |
| MdiTabProperties.Orientation | Returns or sets a value indicating the horizontal or vertical orientation of the TabControl tab pages. |