InputPanel for UWP | ComponentOne
C1.UWP.InputPanel Assembly / C1.Xaml.InputPanel Namespace / C1InputBase Class / MouseOverBrush Property

In This Topic
    MouseOverBrush Property (C1InputBase)
    In This Topic
    Gets or sets the Windows.UI.Xaml.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