GameChatOverlayPosition Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Name | Value | Description |
---|---|---|
BottomCenter | 0 | The bottom center position. |
BottomLeft | 1 | The bottom left position. |
BottomRight | 2 | The bottom right position. |
MiddleRight | 3 | The middle right position. |
MiddleLeft | 4 | The middle left position. |
TopCenter | 5 | The top center position. |
TopLeft | 6 | The top left position. |
TopRight | 7 | The top right position. |