ApplicationViewTitleBar クラス

定義

アプリのタイトル バーを表します。

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
継承
Object Platform::Object IInspectable 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

タイトル バーが非アクティブな場合の前景の色を取得または設定します。

適用対象

こちらもご覧ください