CommandBarLabelPosition 列挙型

定義

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

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

フィールド

Collapsed 1

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

Default 0

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

注釈

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

適用対象