Core Library for WPF | ComponentOne
C1.WPF.Core Namespace / C1ToggleButton Class / MouseOverBrush Property

In This Topic
    MouseOverBrush Property (C1ToggleButton)
    In This Topic
    Gets or sets the brush to highlight the element when the mouse is over.
    Syntax
    'Declaration
     
    
    Public Property MouseOverBrush As Brush
    public Brush MouseOverBrush {get; set;}
    See Also