AppWindowTitleBar.ButtonBackgroundColor 属性

定义

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

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

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

属性值

标题栏按钮的背景色。

适用于

另请参阅