AppWindowTitleBar.ForegroundColor プロパティ

定義

タイトル バーの前景の色を取得または設定します。

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

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

プロパティ値

タイトル バーの前景の色。 ( 「色」を参照)。

適用対象