CommandBarLabelPosition 列挙型

定義

アプリ バー ボタンのラベルの配置と表示を指定する定数を定義します。

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

Windows の要件

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

フィールド

Collapsed 1

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

Default 0

アプリ バー ボタンのラベルの配置と表示は、 CommandBar.DefaultLabelPosition プロパティの値によって決まります。

注釈

この列挙体は、AppBarButton および AppBarToggleButtonLabelPosition プロパティの値を提供します

適用対象