Skip to main content
Version: 3.5

Orientation

Namespace: Wisej.Web

Assembly: Wisej.Framework (3.5.0.0)

Specifies the orientation of controls or elements of controls.

public enum Orientation : Enum

Fields

NameDescription
HorizontalThe control or element is oriented horizontally.
VerticalThe control or element is oriented vertically.

Used By

NameDescription
BindingNavigator.OrientationReturns or sets a value indicating the horizontal or vertical orientation of the BindingNavigator control.
Control.LayoutChildrenArranges all the child Control in the specified direction , spaced by spacing pixels.
ListBox.OrientationReturns or sets whether the list box displays the items vertically (default) or horizontally.
Since 3.1
HScrollBar.OrientationReturns the orientation of the scrollbar control.
VScrollBar.OrientationReturns the orientation of the scrollbar control.
ScrollBar.OrientationReturns the orientation of the scrollbar control.
SplitContainer.OrientationReturns or sets a value indicating the horizontal or vertical orientation of the SplitContainer panels.
TabControl.OrientationReturns or sets a value indicating the horizontal or vertical orientation of the TabControl tabs.
TrackBar.OrientationReturns or sets a value indicating the horizontal or vertical orientation of the track bar.
Line.OrientationReturns or sets a value indicating the horizontal or vertical orientation of the Line control.
SlideBar.OrientationReturns or sets the Orientation of the SlideBar control.
SplitButton.OrientationReturns 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.OrientationReturns or sets a value indicating the horizontal or vertical orientation of the TabControl tab pages.