C1.UWP Assembly / C1.Xaml Namespace / ClearStyleExtensions Class / SetMouseOverBrush Method
The element which contains the attached property.
The brush used in the mouse over state.

In This Topic
SetMouseOverBrush Method
In This Topic
Sets the mouse over brush.
Syntax
'Declaration
 
Public Shared Sub SetMouseOverBrush( _
   ByVal element As Windows.UI.Xaml.FrameworkElement, _
   ByVal value As Windows.UI.Xaml.Media.Brush _
) 
 

Parameters

element
The element which contains the attached property.
value
The brush used in the mouse over state.
See Also