> ## 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.

# XGameUiTextEntryPositionHint

> XGameUiTextEntryPositionHint

# XGameUiTextEntryPositionHint

有关虚拟键盘最佳定位位置的提示。

<a id="syntaxSection" />

## 语法

```cpp theme={null}
enum class XGameUiTextEntryPositionHint : uint32_t  
{  
    Bottom = 0,  
    Top = 1
}  
```

<a id="constantsSection" />

## 常量

| 常量     | 说明             |
| ------ | -------------- |
| Bottom | 键盘将位于屏幕底部居中位置。 |
| Top    | 键盘将位于屏幕顶部居中位置。 |

<a id="requirementsSection" />

## 要求

**标头：** XGameUI.h

**支持的平台：** Windows、XBOX One 系列主机和 XBOX Series 主机

<a id="seealsoSection" />

## 另请参阅

[XGameUI](/reference/system/xgameui/xgameui_members)


## Related topics

- [XGameUiTextEntryUpdatePositionHint](/zh-CN/reference/system/xgameui/functions/xgameuitextentryupdatepositionhint.md)
- [XGameUiTextEntryOptions](/zh-CN/reference/system/xgameui/structs/xgameuitextentryoptions.md)
- [XGameUI](/zh-CN/reference/system/xgameui/xgameui_members.md)
- [XGameUiTextEntryInputScope](/zh-CN/reference/system/xgameui/enums/xgameuitextentryinputscope.md)
- [XGameUiNotificationPositionHint](/zh-CN/reference/system/xgameui/enums/xgameuinotificationpositionhint.md)
