ApplicationViewTitleBar クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
アプリのタイトル バーを表します。
public ref class ApplicationViewTitleBar sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class ApplicationViewTitleBar final
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class ApplicationViewTitleBar final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class ApplicationViewTitleBar
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class ApplicationViewTitleBar
Public NotInheritable Class ApplicationViewTitleBar
- 継承
- 属性
Windows の要件
| 要件 | 説明 |
|---|---|
| デバイス ファミリ |
Windows 10 (10.0.10240.0 で導入)
|
| API contract |
Windows.Foundation.UniversalApiContract (v1.0 で導入)
|
例
タイトル バーのサンプルを参照してください。
プロパティ
| 名前 | 説明 |
|---|---|
| BackgroundColor |
タイトル バーの背景の色を取得または設定します。 |
| ButtonBackgroundColor |
タイトル バー ボタンの背景色を取得または設定します。 |
| ButtonForegroundColor |
タイトル バー ボタンの前景色を取得または設定します。 |
| ButtonHoverBackgroundColor |
ポインターがタイトル バー ボタン上にある場合のタイトル バー ボタンの背景色を取得または設定します。 |
| ButtonHoverForegroundColor |
ポインターがタイトル バー ボタンの上にある場合の前景色を取得または設定します。 |
| ButtonInactiveBackgroundColor |
タイトル バー ボタンが非アクティブな場合の背景色を取得または設定します。 |
| ButtonInactiveForegroundColor |
タイトル バー ボタンが非アクティブな場合の前景色を取得または設定します。 |
| ButtonPressedBackgroundColor |
タイトル バー ボタンが押されたときの背景色を取得または設定します。 |
| ButtonPressedForegroundColor |
タイトル バー ボタンが押されたときの前景色を取得または設定します。 |
| ForegroundColor |
タイトル バーの前景の色を取得または設定します。 |
| InactiveBackgroundColor |
非アクティブなタイトル バーの背景の色を取得または設定します。 |
| InactiveForegroundColor |
タイトル バーが非アクティブな場合の前景の色を取得または設定します。 |