Читати англійською Редагувати

Поділитися через


HitTestResult.VisualHit Property

Definition

Gets the visual object that was hit.

C#
public System.Windows.DependencyObject VisualHit { get; }

Property Value

A DependencyObject value that represents the visual object that was hit.

Examples

The following example shows how to retrieve the VisualHit property value in a hit test callback method.

C#
// Return the result of the hit test to the callback.
public HitTestResultBehavior MyHitTestResult(HitTestResult result)
{
    // Add the hit test result to the list that will be processed after the enumeration.
    hitResultsList.Add(result.VisualHit);

    // Set the behavior to return visuals at all z-order levels.
    return HitTestResultBehavior.Continue;
}

Remarks

DependencyObject is the type rather than Visual so that hit testing can bridge 2D and 3D trees through a viewport.

Applies to

Продукт Версії
.NET Framework 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1
Windows Desktop 3.0, 3.1, 5, 6, 7, 8, 9, 10