WinUI | ComponentOne
C1.WinUI.Core Assembly / C1.WinUI.Core Namespace / C1HoverHelper Class / C1HoverHelper Constructor
An Microsoft.UI.Xaml.UIElement 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
    public C1HoverHelper( 
       UIElement element
    )

    Parameters

    element
    An Microsoft.UI.Xaml.UIElement on which the tap gestures will be listened.
    See Also