CompletionPresenterStyle.TooltipBorderBrush Property
Gets a brush that is used to paint the border around the completion tooltip.
Namespace: Microsoft.VisualStudio.Language.Intellisense
Assembly: Microsoft.VisualStudio.Language.Intellisense (in Microsoft.VisualStudio.Language.Intellisense.dll)
Syntax
'Declaration
Public Overridable Property TooltipBorderBrush As Brush
public virtual Brush TooltipBorderBrush { get; protected set; }
public:
virtual property Brush^ TooltipBorderBrush {
Brush^ get ();
protected: void set (Brush^ value);
}
abstract TooltipBorderBrush : Brush with get, set
override TooltipBorderBrush : Brush with get, set
function get TooltipBorderBrush () : Brush
protected function set TooltipBorderBrush (value : Brush)
Property Value
Type: Brush
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.