Click or drag to resize

Orientation Enumeration

Represents either horizontal or vertical orientation for controls.

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public enum Orientation
Members
  Member nameValueDescription
Horizontal0 The control or layout should be oriented horizontally.
Vertical1 The control or layout should be oriented vertically.
See Also