Enum SelectMode
Specifies the selection mode used by the SelectTool.
Namespace: Syncfusion.Windows.Forms.Diagram
Assembly: Syncfusion.Diagram.Windows.dll
Syntax
public enum SelectMode
Fields
| Name | Description |
|---|---|
| Containing | Specifies that objects fully enveloped by the tracking rectangle will be selected by the tool. |
| Intersecting | Specifies that objects intersecting the tracking rectangle will be selected by the tool. |