Basic Library for WPF and Silverlight | ComponentOne
C1.WPF Namespace / C1Window Class / MouseOverBrush Property

In This Topic
    MouseOverBrush Property (C1Window)
    In This Topic
    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
    public Brush MouseOverBrush {get; set;}
    See Also