CommandBarDefaultLabelPosition 列挙型

定義

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

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

フィールド

Bottom 0

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

Collapsed 2

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

Right 1

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

注釈

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

適用対象