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

属性值

按下标题栏按钮时的前景色。 (请参阅 Color.)

适用于