Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 747 Bytes

displaymonitorusagekind.md

File metadata and controls

30 lines (20 loc) · 747 Bytes
-api-id -api-type
T:Windows.Devices.Display.DisplayMonitorUsageKind
winrt enum

Windows.Devices.Display.DisplayMonitorUsageKind

-description

Defines constants that specify the use to which the display is being put.

-enum-fields

-field Standard:0

Indicates that the display is being used as a standard monitor.

-field HeadMounted:1

Indicates that the display is being used as a head-mounted display.

-field SpecialPurpose:2

Indicates that the display is not to be used as part of the Windows desktop, and is designed to be driven by a specific third-party application.

-remarks

-see-also

-examples