ComponentOne FinancialChart for WPF
MouseOverBrush Property (C1RangeSlider)



C1.WPF Namespace > C1RangeSlider 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 Brush
'Usage
 
Dim instance As C1RangeSlider
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

Reference

C1RangeSlider Class
C1RangeSlider Members