Compartir a través de


ApplicationViewTitleBar.ButtonBackgroundColor Propiedad

Definición

Obtiene o establece el color de fondo de los botones de la barra de título.

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

Valor de propiedad

Color de fondo de los botones de la barra de título. (Vea Color).

Se aplica a

Consulte también