ComponentOne FinancialChart for WPF
C1.WPF 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 FrameworkElement, _
       ByVal value As Brush _
    ) 
    'Usage
     
    
    Dim element As FrameworkElement
    Dim value As Brush
     
    ClearStyleExtensions.SetMouseOverBrush(element, value)
    public static void SetMouseOverBrush( 
       FrameworkElement element,
       Brush value
    )
    public:
    static void SetMouseOverBrush( 
       FrameworkElement^ element,
       Brush^ value
    ) 

    Parameters

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