CompletionPresenterStyle.TooltipBackgroundBrush Property

Gets a brush that is used to paint the background of the completion tooltip.

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

Syntax

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

Property Value

Type: System.Windows.Media.Brush
Brush .

.NET Framework Security

See Also

Reference

CompletionPresenterStyle Class

Microsoft.VisualStudio.Language.Intellisense Namespace