Orientation Enum

Definition

Specifies the orientation of controls or elements of controls.

public enum class Orientation
public enum Orientation
type Orientation = 
Public Enum Orientation
Inheritance
Orientation

Fields

Horizontal 0

The control or element is oriented horizontally.

Vertical 1

The control or element is oriented vertically.

Remarks

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

Applies to

See also