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: Brush
The foreground brush.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.