AppWindowTitleBar.ButtonBackgroundColor Property
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the background color of the title bar buttons.
public:
property IReference<Color> ^ ButtonBackgroundColor { IReference<Color> ^ get(); void set(IReference<Color> ^ value); };
IReference<Color> ButtonBackgroundColor();
void ButtonBackgroundColor(IReference<Color> value);
C#
public System.Nullable<Color> ButtonBackgroundColor { get; set; }
var iReference = appWindowTitleBar.buttonBackgroundColor;
appWindowTitleBar.buttonBackgroundColor = iReference;
Public Property ButtonBackgroundColor As Nullable(Of Color)
The background color of the title bar buttons.
Product | Versions |
---|---|
Windows App SDK | 1.0, 1.1, 1.2, 1.3, 1.4, 1.5, 1.6 |