GeometryHitTestResult::VisualHit Property

 

Gets the visual object that is returned from a hit test result.

Namespace:   System.Windows.Media
Assembly:  PresentationCore (in PresentationCore.dll)

public:
property Visual^ VisualHit {
	Visual^ get();
}

Property Value

Type: System.Windows.Media::Visual^

A Visual object that represents the hit test result.

The following example shows how to reference the value of the VisualHit property in a hit test callback procedure.

No code example is currently available or this language may not be supported.

.NET Framework
Available since 3.0
Return to top
Show: