Partager via


AmbientTheme.BackgroundBrush Propriété

Définition

Obtient le pinceau ambiant utilisé pour remplir les formes graphiques affichées sur l'aire de conception de workflow.

public:
 property System::Drawing::Brush ^ BackgroundBrush { System::Drawing::Brush ^ get(); };
[System.ComponentModel.Browsable(false)]
public System.Drawing.Brush BackgroundBrush { get; }
[<System.ComponentModel.Browsable(false)>]
member this.BackgroundBrush : System.Drawing.Brush
Public ReadOnly Property BackgroundBrush As Brush

Valeur de propriété

Brush

Valeur Brush qui représente le pinceau d'arrière-plan du workflow sur une aire de conception.

Attributs

Remarques

Si cette propriété contient une référence Null (Nothing en Visual Basic), elle retournera par défaut un SolidBrush dont la couleur a la valeur actuelle de la propriété BackColor.

S’applique à