Sets the mouse over brush.
Namespace:
C1.SilverlightAssembly: C1.Silverlight (in C1.Silverlight.dll)
Syntax
C# |
---|
public static void SetMouseOverBrush( FrameworkElement element, Brush value ) |
Visual Basic |
---|
Public Shared Sub SetMouseOverBrush ( _ element As FrameworkElement, _ value As Brush _ ) |
Parameters
- element
- Type: System.Windows..::..FrameworkElement
The element which contains the attached property.
- value
- Type: System.Windows.Media..::..Brush
The brush used in the mouse over state.