CommandBarDefaultLabelPosition 列挙型

定義

CommandBar 内の AppBarButton ラベルの配置と表示を指定する定数を定義します。

public enum class CommandBarDefaultLabelPosition
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 196608)]
enum class CommandBarDefaultLabelPosition
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 196608)]
public enum CommandBarDefaultLabelPosition
Public Enum CommandBarDefaultLabelPosition
継承
CommandBarDefaultLabelPosition
属性

Windows の要件

デバイス ファミリ
Windows 10 Anniversary Edition (10.0.14393.0 で導入)
API contract
Windows.Foundation.UniversalApiContract (v3.0 で導入)

フィールド

Bottom 0

アプリ バーボタンのラベルがアイコンの下に表示されます。 ラベルは、コマンド バーが開いている場合にのみ表示されます。

Collapsed 2

アプリ バーボタンのラベルは、コマンド バーが開いているか閉じているかに関係なく、常に非表示になります。

Right 1

アプリ バーボタンのラベルがアイコンの右側に表示されます。 ラベルは、コマンド バーが閉じられている場合でも表示されます。

注釈

この列挙は 、CommandBar.DefaultLabelPosition プロパティの値を提供します。

適用対象