ApplicationViewTitleBar.InactiveBackgroundColor プロパティ

定義

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

public:
 property IReference<Color> ^ InactiveBackgroundColor { IReference<Color> ^ get(); void set(IReference<Color> ^ value); };
IReference<Color> InactiveBackgroundColor();

void InactiveBackgroundColor(IReference<Color> value);
public System.Nullable<Color> InactiveBackgroundColor { get; set; }
var iReference = applicationViewTitleBar.inactiveBackgroundColor;
applicationViewTitleBar.inactiveBackgroundColor = iReference;
Public Property InactiveBackgroundColor As Nullable(Of Color)

プロパティ値

非アクティブなタイトル バーの背景の色。 (「 」を参照)。

適用対象