Click or drag to resize
DigitalRuneOrientation Enumeration
Defines the different orientations that a control or layout can have.

Namespace: DigitalRune.Game.UI
Assembly: DigitalRune.Game.UI (in DigitalRune.Game.UI.dll) Version: 1.8.0.0 (1.8.0.14553)
Syntax
public enum Orientation
Members
  Member nameValueDescription
Vertical0 Control or layout should be vertically oriented.
Horizontal1 Control or layout should be horizontally oriented
See Also