AmbientTheme.BackgroundBrush Propriedade

Definição

Obtém o pincel de ambiente usado para preencher formas gráficas exibidas na superfície de design de fluxo de trabalho.Gets the ambient brush used to fill graphical shapes displayed on the workflow design surface.

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

Valor da propriedade

Brush

Um Brush valor que representa o pincel de plano de fundo do fluxo de trabalho em uma superfície de design.A Brush value that represents the background brush of the workflow on a design surface.

Atributos

Comentários

Se essa propriedade contiver uma referência nula ( Nothing em Visual Basic), por padrão ela retornará um SolidBrush com sua cor definida para o BackColor valor da propriedade atual.If this property contains a null reference (Nothing in Visual Basic), by default it will return a SolidBrush with its color set to the current BackColor property value.

Aplica-se a