Gets or sets a value indicating which items are selected when drawing a selection rectangle.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
C# Copy Code |
---|
public bool IncludeItemsIfIntersect { get; set; } |
Visual Basic Copy Code |
---|
Public Property IncludeItemsIfIntersect As Boolean |
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.
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.
MindFusion.Diagramming Developer's Guide | © 2024 MindFusion |