ApplicationViewTitleBar.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 = applicationViewTitleBar.foregroundColor;
applicationViewTitleBar.foregroundColor = iReference;
Public Property ForegroundColor As Nullable(Of Color)

プロパティ値

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

適用対象