Class SelectMode
Specifies the selection mode used by the SelectTool.
Inheritance
System.Object
SelectMode
Namespace: Syncfusion.Windows.Forms.Diagram
Assembly: Syncfusion.Diagram.Windows.dll
Syntax
public sealed class SelectMode : Enum
Fields
Containing
Specifies that objects fully enveloped by the tracking rectangle will be selected by the tool.
Declaration
public const SelectMode Containing
Field Value
| Type |
|---|
| SelectMode |
Intersecting
Specifies that objects intersecting the tracking rectangle will be selected by the tool.
Declaration
public const SelectMode Intersecting
Field Value
| Type |
|---|
| SelectMode |