CompletionPresenterStyle.TabItemHotBackgroundBrush Property
Gets a brush that is used to paint the background of a completion tab item when the mouse is hovering over it.
Namespace: Microsoft.VisualStudio.Language.Intellisense
Assembly: Microsoft.VisualStudio.Language.Intellisense (in Microsoft.VisualStudio.Language.Intellisense.dll)
Syntax
'Декларация
Public Overridable Property TabItemHotBackgroundBrush As Brush
Get
Protected Set
public virtual Brush TabItemHotBackgroundBrush { get; protected set; }
public:
virtual property Brush^ TabItemHotBackgroundBrush {
Brush^ get ();
protected: void set (Brush^ value);
}
abstract TabItemHotBackgroundBrush : Brush with get, set
override TabItemHotBackgroundBrush : Brush with get, set
function get TabItemHotBackgroundBrush () : Brush
protected function set TabItemHotBackgroundBrush (value : Brush)
Property Value
Type: System.Windows.Media.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.