Condividi tramite


ToolBarTray.Background Proprietà

Definizione

Ottiene o imposta un pennello da utilizzare per il colore di sfondo dell'oggetto ToolBarTray.

public:
 property System::Windows::Media::Brush ^ Background { System::Windows::Media::Brush ^ get(); void set(System::Windows::Media::Brush ^ value); };
public System.Windows.Media.Brush Background { get; set; }
member this.Background : System.Windows.Media.Brush with get, set
Public Property Background As Brush

Valore della proprietà

Brush

Pennello da utilizzare per il colore di sfondo dell'oggetto ToolBarTray.

Esempio

Nell'esempio seguente viene utilizzata la Background proprietà per impostare il pennello per il colore di sfondo di un oggetto ToolBarTray.

<ToolBarTray Background="White" IsLocked="True">

Commenti

Informazioni proprietà di dipendenza

Campo Identificatore BackgroundProperty
Proprietà dei metadati impostate su true AffectsRender, SubPropertiesDoNotAffectRender

Si applica a

Vedi anche