> ## 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](/ja-jp/reference/system/xgameui/functions/xgameuitextentryupdatepositionhint.md)
- [XGameUiTextEntryOptions](/ja-jp/reference/system/xgameui/structs/xgameuitextentryoptions.md)
- [XGameUI](/ja-jp/reference/system/xgameui/xgameui_members.md)
- [XGameUiTextEntryInputScope](/ja-jp/reference/system/xgameui/enums/xgameuitextentryinputscope.md)
- [XGameUiNotificationPositionHint](/ja-jp/reference/system/xgameui/enums/xgameuinotificationpositionhint.md)
