ComponentOne Input Library for WPF
C1.WPF.Input Namespace / C1DropDown Class / MouseOverBorderBrush Property

In This Topic
    MouseOverBorderBrush Property (C1DropDown)
    In This Topic
    Gets or sets the System.Windows.Media.Brush used to highlight the border of the control when it has the mouse over.
    Syntax
    'Declaration
     
    
    Public Property MouseOverBorderBrush As Brush
    public Brush MouseOverBorderBrush {get; set;}
    See Also