GameChatOverlayPosition Enum

Definition

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

public enum class GameChatOverlayPosition
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 262144)]
enum class GameChatOverlayPosition
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 262144)]
public enum GameChatOverlayPosition
var value = Windows.Gaming.UI.GameChatOverlayPosition.bottomCenter
Public Enum GameChatOverlayPosition
Inheritance
GameChatOverlayPosition
Attributes

Windows requirements

Device family
Windows 10 Creators Update (introduced in 10.0.15063.0)
API contract
Windows.Foundation.UniversalApiContract (introduced in v4.0)

Fields

BottomCenter 0

The bottom center position.

BottomLeft 1

The bottom left position.

BottomRight 2

The bottom right position.

MiddleLeft 4

The middle left position.

MiddleRight 3

The middle right position.

TopCenter 5

The top center position.

TopLeft 6

The top left position.

TopRight 7

The top right position.

Applies to

See also