MindFusion.Wpf Pack Programmer's Guide
Selection.IncludeItemsIfIntersect Property
See Also
 





Gets or sets a value indicating which items are selected when drawing a selection rectangle.

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

 Syntax

C#  Copy Code

public bool IncludeItemsIfIntersect { get; set; }

Visual Basic  Copy Code

Public Property IncludeItemsIfIntersect As Boolean

 Property Value

true to select items that intersect the drawn selection rectangle; false to select items only if they are entirely inside the selection rectangle. The default is true.

 Remarks

The value of this property is considered when users draw a selection rectangle using a pointing device. By default, all items inside the drawn rectangle and the ones that are only partially inside it are selected. Set the property to false to let users select items only when the items are entirely inside the selection rectangle.

 See Also

Selection Members
Selection Class
MindFusion.Diagramming.Wpf Namespace