> ## Documentation Index
> Fetch the complete documentation index at: https://devdocs.xbox.com/llms.txt
> Use this file to discover all available pages before exploring further.

# XGameUiNotificationPositionHint

> XGameUiNotificationPositionHint

# XGameUiNotificationPositionHint

Describes the preferred position for toast notifications to be shown on the current title.

## Syntax

```cpp theme={null}
enum class XGameUiNotificationPositionHint  : uint32_t  
{  
    BottomCenter = 0,  
    BottomLeft = 1,  
    BottomRight = 2,  
    TopCenter = 3,  
    TopLeft = 4,  
    TopRight = 5  
}  
```

## Constants

| Constant     | Description                                                            |
| ------------ | ---------------------------------------------------------------------- |
| BottomCenter | Indicates that toast notifications are preferred in the bottom center. |
| BottomLeft   | Indicates that toast notifications are preferred in the bottom left.   |
| BottomRight  | Indicates that toast notifications are preferred in the bottom right.  |
| TopCenter    | Indicates that toast notifications are preferred in the top center.    |
| TopLeft      | Indicates that toast notifications are preferred in the top left.      |
| TopRight     | Indicates that toast notifications are preferred in the top right.     |

## Remarks

The notification position is a hint to the operating system on where to display toast notifications. In some cases, the system may choose to ignore the setting if the current UI cannot support displaying notifications in that location.

Parameter for [XGameUiSetNotificationPositionHint](/reference/system/xgameui/functions/xgameuisetnotificationpositionhint).

## Requirements

**Header:** XGameUI.h

**Supported platforms:** Windows, XBOX One family consoles and XBOX Series consoles

## See also

[XGameUI](/reference/system/xgameui/xgameui_members)\
[XGameUiSetNotificationPositionHint](/reference/system/xgameui/functions/xgameuisetnotificationpositionhint)


## Related topics

- [XGameUiSetNotificationPositionHint](/reference/system/xgameui/functions/xgameuisetnotificationpositionhint.md)
- [XGameUI](/reference/system/xgameui/xgameui_members.md)
- [XGameUiTextEntryPositionHint](/reference/system/xgameui/enums/xgameuitextentrypositionhint.md)
- [XGameUiTextEntryUpdatePositionHint](/reference/system/xgameui/functions/xgameuitextentryupdatepositionhint.md)
- [XSpeechToTextSetPositionHint](/reference/system/xaccessibility/functions/xspeechtotextsetpositionhint.md)
