GeometryHitTestParameters::HitGeometry Property

 

Gets the Geometry that defines the hit test geometry for this GeometryHitTestParameters instance.

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

public:
property Geometry^ HitGeometry {
	Geometry^ get();
}

Property Value

Type: System.Windows.Media::Geometry^

The Geometry that defines the hit test region.

.NET Framework
Available since 3.0
Return to top
Show: