共用方式為


AppWindowTitleBar.ButtonPressedForegroundColor 屬性

定義

取得或設定按下標題列按鈕的前景色彩。

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

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

屬性值

按下標題列按鈕的前景色彩。 (請參閱 Color.)

適用於