AmbientTheme.SelectionForegroundBrush Propriedade
Definição
Obtém o pincel de primeiro plano ambiente usado para preencher formas gráficas associadas a itens selecionados exibidos na superfície de design de fluxo de trabalho.Gets the ambient foreground brush used to fill graphical shapes associated with selected items displayed on the workflow design surface.
public:
property System::Drawing::Brush ^ SelectionForegroundBrush { System::Drawing::Brush ^ get(); };
[System.ComponentModel.Browsable(false)]
public System.Drawing.Brush SelectionForegroundBrush { get; }
[<System.ComponentModel.Browsable(false)>]
member this.SelectionForegroundBrush : System.Drawing.Brush
Public ReadOnly Property SelectionForegroundBrush As Brush
Valor da propriedade
Um Brush que representa o pincel associado a itens somente leitura no fluxo de trabalho em uma superfície de design.A Brush that represents the brush associated with read-only items on 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 objeto com sua cor definida para o SelectionForeColor valor da propriedade atual.If this property contains a null reference (Nothing in Visual Basic), by default it will return a SolidBrush object with its color set to the current SelectionForeColor property value.