Enum MultipleSelectionMode
Specifies the multiple selection modes in SfDiagram.
Namespace: Syncfusion.UI.Xaml.Diagram
Assembly: Syncfusion.SfDiagram.WPF.dll
Syntax
[Flags]
public enum MultipleSelectionMode
Fields
| Name | Description |
|---|---|
| Default | Enables all behaviors of the control. |
| HoldKeyAndTap | Enables or disables Elements can be selected by holding a key and tapping. |
| JustTap | Enables or disables Elements can be selected by tapping. |
| None | Disables all behaviors. |
| RubberBandCompleteIntersect | Enables or disables elements that are completely positioned in the selection rectangle will be selected. |
| RubberBandPartialIntersect | Elements that intersect with the selection rectangle will be selected. |