Gets or sets the
System.Windows.Media.Brush used to highlight the control when it has the mouse over.
Syntax
'Declaration
Public Property MouseOverBrush As Brush
'Usage
Dim instance As C1TabItem
Dim value As Brush
instance.MouseOverBrush = value
value = instance.MouseOverBrush
public Brush MouseOverBrush {get; set;}
public:
property Brush^ MouseOverBrush {
Brush^ get();
void set ( Brush^ value);
}
See Also