MindFusion.Wpf Pack Programmer's Guide
Diagram.EnableSpatialIndex Property
See Also
 





Gets or sets whether to index item positions for faster hit-testing and viewport clipping queries.

Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf

 Syntax

C#  Copy Code

public bool EnableSpatialIndex { get; set; }

Visual Basic  Copy Code

Public Property EnableSpatialIndex As Boolean

 Property Value

true to enable spatial indexing, or false otherwise. The default value is false.

 See Also

Diagram Members
Diagram Class
MindFusion.Diagramming.Wpf Namespace