Core Library for WPF | ComponentOne
C1.WPF.Core Namespace / C1HoverHelper Class / C1HoverHelper Constructor
An System.Windows.FrameworkElement on which the tap gestures will be listened.

In This Topic
    C1HoverHelper Constructor
    In This Topic
    Initializes a new instance of the C1TapHelper class.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal element As FrameworkElement _
    )
    public C1HoverHelper( 
       FrameworkElement element
    )

    Parameters

    element
    An System.Windows.FrameworkElement on which the tap gestures will be listened.
    See Also