AppWindowTitleBar.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 = appWindowTitleBar.inactiveBackgroundColor;
appWindowTitleBar.inactiveBackgroundColor = iReference;
Public Property InactiveBackgroundColor As Nullable(Of Color)

プロパティ値

非アクティブな場合のタイトル バーの背景の色。

適用対象

こちらもご覧ください