CommandBarDefaultLabelPosition 列挙型
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
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 プロパティの値を提供します。