FocusNavigationDirection 列挙型

定義

アプリ UI 内のある要素から別の要素にプログラムでフォーカスを移動できる方向を指定します。

public enum class FocusNavigationDirection
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.UI.Xaml.WinUIContract, 65536)]
enum class FocusNavigationDirection
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.UI.Xaml.WinUIContract), 65536)]
public enum FocusNavigationDirection
Public Enum FocusNavigationDirection
継承
FocusNavigationDirection
属性

フィールド

Down 3

フォーカスのある 要素の下の要素。

Left 4

フォーカスのある要素の左側にある要素。

Next 0

タブ オーダー内の次の要素。

None 6

フォーカスに変更はありません。

Previous 1

タブ オーダー内の前の要素。

Right 5

フォーカスのある要素の右側にある要素。

Up 2

フォーカスのある要素の上にある要素。

注釈

FocusNavigationDirection.PreviousFocusNavigationDirection.Next、FindNextElementOptions では使用できません。 、、FocusNavigationDirection.DownFocusNavigationDirection.Left、または FocusNavigationDirection.Right のみがFocusNavigationDirection.Up有効です。

適用対象

こちらもご覧ください