Rules Manager for WPF | ComponentOne
C1.WPF.RulesManager Assembly / C1.WPF.RulesManager Namespace / RulesManagerStylePicker Class / MouseOverBorderBrush Property

In This Topic
    MouseOverBorderBrush Property
    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