Skip to content

Latest commit

 

History

History
42 lines (28 loc) · 735 Bytes

File metadata and controls

42 lines (28 loc) · 735 Bytes
-api-id -api-type
T:Windows.Devices.Enumeration.Panel
winrt enum

Panel

-description

Indicates the location of a panel on a computer. This enumeration is used for indicating the physical location of a device.

-enum-fields

-field Unknown:0

The location of the panel is unknown.

-field Front:1

The front panel of the computer.

-field Back:2

The back panel of the computer.

-field Top:3

The top panel of the computer.

-field Bottom:4

The bottom panel of the computer.

-field Left:5

The left panel of the computer.

-field Right:6

The right panel of the computer.

-remarks

-examples

-see-also