SignatureHelpPresenterStyle.ForegroundBrush Property

Gets a Brush used to paint the foreground of the signature help presenter.

Namespace:  Microsoft.VisualStudio.Language.Intellisense
Assembly:  Microsoft.VisualStudio.Language.Intellisense (in Microsoft.VisualStudio.Language.Intellisense.dll)

Syntax

'Declaration
Public Overridable Property ForegroundBrush As Brush
public virtual Brush ForegroundBrush { get; protected set; }
public:
virtual property Brush^ ForegroundBrush {
    Brush^ get ();
    protected: void set (Brush^ value);
}
abstract ForegroundBrush : Brush with get, set 
override ForegroundBrush : Brush with get, set
function get ForegroundBrush () : Brush 
protected function set ForegroundBrush (value : Brush)

Property Value

Type: System.Windows.Media.Brush
The foreground brush.

.NET Framework Security

See Also

Reference

SignatureHelpPresenterStyle Class

Microsoft.VisualStudio.Language.Intellisense Namespace