ComponentOne Basic Library for WPF and Silverlight
MouseOverBrush Property (C1ListBox)


C1.Silverlight Namespace > C1ListBox Class : MouseOverBrush Property
Gets or sets the System.Windows.Media.Brush used to highlight the control when it has the mouse over.
Syntax
'Declaration
 
Public Shadows Property MouseOverBrush As System.Windows.Media.Brush
'Usage
 
Dim instance As C1ListBox
Dim value As System.Windows.Media.Brush
 
instance.MouseOverBrush = value
 
value = instance.MouseOverBrush
public new System.Windows.Media.Brush MouseOverBrush {get; set;}
See Also

Reference

C1ListBox Class
C1ListBox Members