TaskTabItemDescriptor.HeaderBrush Property
Applies to v2.
Gets or sets the optionally used as a strip of color on top of your brush.
Namespace: Microsoft.WebMatrix.Extensibility
Assembly: Microsoft.WebMatrix.Extensibility (in Microsoft.WebMatrix.Extensibility.dll)
Syntax
'Declaration
Public Overridable Property HeaderBrush As Brush
Get
Set
'Usage
Dim instance As TaskTabItemDescriptor
Dim value As Brush
value = instance.HeaderBrush
instance.HeaderBrush = value
public virtual Brush HeaderBrush { get; set; }
public:
virtual property Brush^ HeaderBrush {
Brush^ get ();
void set (Brush^ value);
}
abstract HeaderBrush : Brush with get, set
override HeaderBrush : Brush with get, set
function get HeaderBrush () : Brush
function set HeaderBrush (value : Brush)
Property Value
Type: System.Windows.Media.Brush
The optionally used as a strip of color on top of your brush.