Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 692 Bytes

displayrotation.md

File metadata and controls

34 lines (23 loc) · 692 Bytes
-api-id -api-type ms.custom
T:Windows.Devices.Display.Core.DisplayRotation
winrt enum
RS5

Windows.Devices.Display.Core.DisplayRotation

-description

Defines constants that specify how to rotate content from a frame buffer to a target.

-enum-fields

-field None:0

Specifies no rotation.

-field Clockwise90Degrees:1

Specifies a rotation of 90 degrees clockwise.

-field Clockwise270Degrees:3

Specifies a rotation of 270 degrees clockwise.

-field Clockwise180Degrees:2

Specifies a rotation of 180 degrees clockwise.

-remarks

-see-also

-examples