Click or drag to resize
InstancedGeometryVisual3DIsWpfHitTestVisible Property
Gets or sets a Boolean that specifies if WPF hit testing can be done on the instanced 3D objects when rendered with DirectX hardware acceleration. When IsWpfHitTestVisible is true then InstancedGeometryVisual3D always creates WPF's Model3D objects that are used by WPF's hit testing. This can increase initialization time. Default value is false.

Namespace: Ab3d.Visuals
Assembly: Ab3d.DXEngine.Wpf (in Ab3d.DXEngine.Wpf.dll) Version: 1.1.5815.1040
Syntax
C#
public bool IsWpfHitTestVisible { get; set; }

Property Value

Type: Boolean
See Also