API Documentation

Orientation

Namespace: TagBites.WinSchedulers.Drawing
Assembly: TagBites.WinSchedulers.dll

Specifies the orientation of controls or elements of controls.

public sealed enum Orientation : System.Enum

Fields

Horizontal

The control or element is oriented vertically.

public Orientation Horizontal

Result Type: Orientation

Vertical

The control or element is oriented horizontally.

public Orientation Vertical

Result Type: Orientation