ApplicationViewTitleBar.ButtonPressedBackgroundColor 属性

定义

获取或设置按下标题栏按钮时的背景色。

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

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

属性值

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

适用于