Skip to content

Latest commit

 

History

History
55 lines (31 loc) · 890 Bytes

gamechatoverlayposition.md

File metadata and controls

55 lines (31 loc) · 890 Bytes
-api-id -api-type
T:Windows.Gaming.UI.GameChatOverlayPosition
winrt enum

Windows.Gaming.UI.GameChatOverlayPosition

-description

Indicates the game chat overlay's position on the screen.

-enum-fields

-field BottomCenter:0

The bottom center position.

-field BottomLeft:1

The bottom left position.

-field BottomRight:2

The bottom right position.

-field MiddleRight:3

The middle right position.

-field MiddleLeft:4

The middle left position.

-field TopCenter:5

The top center position.

-field TopLeft:6

The top left position.

-field TopRight:7

The top right position.

-remarks

-see-also

Windows.Gaming.UI.GameChatOverlay.DesiredPosition

-examples