Enum SelectionSource
Specifies the way of the selection.
Namespace: Syncfusion.UI.Xaml.Diagram
Assembly: Syncfusion.SfDiagram.WPF.dll
Syntax
public enum SelectionSource
Fields
| Name | Description |
|---|---|
| HoldKeyAndTap | Specifies to select the diagramelements by HoldKeyAndTap selection. |
| RubberBand | Specifies to select the diagramelements by using rubberband selection. |
| SelectAll | Specifies to select the diagramelements by using SelectAll operation. |
| Tap | Specifies to select the diagramelements by click. |
| Unknown | Specifies to select the diagramelements by Unknown source. |