ComponentOne Expression Editor for WPF
C1.WPF.ExpressionEditor.4.5.2 Assembly / C1.WPF.ExpressionEditor Namespace / C1ExpressionEditorPanel Class / MouseOverBrush Property

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