AmbientTheme.SelectionForegroundBrush Property

Definition

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

Property Value

A Brush that represents the brush associated with read-only items on the workflow on a design surface.

Attributes

Remarks

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.

Applies to