WinUI | ComponentOne
C1.WinUI.Core Assembly / C1.WinUI.Core Namespace / C1DragPreviewEventArgs Class / HitTest<T> Method
In This Topic
    HitTest<T> Method (C1DragPreviewEventArgs)
    In This Topic
    Returns the first visual element which is hit by this event.
    Syntax
    public T HitTest<T>( 
       double ZoomScale
    )
    where T: UIElement

    Parameters

    ZoomScale

    Type Parameters

    T
    See Also