xtd 0.2.0
Loading...
Searching...
No Matches

◆ screen_orientation

enum class xtd::forms::screen_orientation
strong

Specifies the angle of the screen.

Header
#include <xtd/forms/screen_orientation>
Namespace
xtd::forms
Library
xtd.forms
Remarks
This enumeration is used by the xtd::forms::system_information::screen_orientation property.
Enumerator
angle_0 

The screen is oriented at 0 degrees.

angle_90 

The screen is oriented at 90 degrees.

angle_180 

The screen is oriented at 180 degrees.

angle_270 

The screen is oriented at 270 degrees.