Click or drag to resize

ViewOrientation Enumeration

Defines the set of display orientation modes

Namespace:  Cauldron
Assembly:  Cauldron.Win32.MonitorInfo (in Cauldron.Win32.MonitorInfo.dll) Version: 3.2.0.1 (3.2.0.1)
Syntax
C#
public enum ViewOrientation
Members
  Member nameValueDescription
Landscape0 The window is in landscape orientation, with the display width greater than the height.
Portrait1 The window is in portrait orientation, with the display height greater than the width.
See Also