ApplicationViewTitleBar.ButtonForegroundColor プロパティ

定義

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

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

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

プロパティ値

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

適用対象