CommandBarLabelPosition 列挙型
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
アプリ バー ボタンのラベルの配置と表示を指定する定数を定義します。
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 および AppBarToggleButton の LabelPosition プロパティの値を提供します。