RichTextBox for WPF | ComponentOne
C1.WPF.RichTextBox Namespace / C1RichTextBox 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