ApplicationViewTitleBar.ButtonForegroundColor Property

Definition

Gets or sets the foreground color of the title bar buttons.

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

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

Property Value

The foreground color of the title bar buttons. (See Color.)

Applies to