Search
Selection.ExtendMode Property
See Also
 





Gets or sets whether to prevent deselecting currently selected items when they are outside of a newly drawn lasso rectangle.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public bool ExtendMode { get; set; }

Visual Basic  Copy Code

Public Property ExtendMode As Boolean

 Property Value

false to deselect items located out of newly drawn lasso rectangle, or true to keep them selected. The default value is false.

 See Also