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


C1.Silverlight Namespace > C1ListBoxItem 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 Property MouseOverBrush As System.Windows.Media.Brush
'Usage
 
Dim instance As C1ListBoxItem
Dim value As System.Windows.Media.Brush
 
instance.MouseOverBrush = value
 
value = instance.MouseOverBrush
public System.Windows.Media.Brush MouseOverBrush {get; set;}
See Also

Reference

C1ListBoxItem Class
C1ListBoxItem Members