Orientation Enumeration

 

Specifies the orientation of controls or elements of controls.

Namespace:   System.Windows.Forms
Assembly:  System.Windows.Forms (in System.Windows.Forms.dll)

type Orientation

Member nameDescription
Horizontal

The control or element is oriented horizontally.

Vertical

The control or element is oriented vertically.

This enumeration is used by members such as TrackBar.Orientation.

.NET Framework
Available since 1.1
Return to top
Show: