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


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

Reference

C1NumericBox Class
C1NumericBox Members