System.Windows.Forms.ScreenOrientation Enumeration

Specifies the angle of the screen.

Syntax

public enum ScreenOrientation

Remarks

This enumeration is used by the SystemInformation.ScreenOrientation property.

Members

Member NameDescription
Angle0

The screen is oriented at 0 degrees.

Angle180

The screen is oriented at 180 degrees.

Angle270

The screen is oriented at 270 degrees.

Angle90

The screen is oriented at 90 degrees

Requirements

Namespace: System.Windows.Forms
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0