Search
Diagram.EnableSpatialIndex Property
See Also
 





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

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 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