Orientation

Wisej.Web.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

Horizontal

The control or element is oriented horizontally.

Vertical

The control or element is oriented vertically.

Used By

NameDescription

Returns or sets a value indicating the horizontal or vertical orientation of the BindingNavigator control.

Arranges all the child Control in the specified direction , spaced by spacing pixels.

Returns or sets whether the list box displays the items vertically (default) or horizontally. Since 3.1

Returns the orientation of the scrollbar control.

Returns the orientation of the scrollbar control.

Returns the orientation of the scrollbar control.

Returns or sets a value indicating the horizontal or vertical orientation of the SplitContainer panels.

Returns or sets a value indicating the horizontal or vertical orientation of the TabControl tabs.

Returns or sets a value indicating the horizontal or vertical orientation of the track bar.

Returns or sets a value indicating the horizontal or vertical orientation of the Line control.

Returns or sets the Orientation of the SlideBar control.

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.

Returns or sets a value indicating the horizontal or vertical orientation of the TabControl tab pages.

Last updated