Class SelectionSource
Specifies the way of the selection.
Inheritance
System.Object
SelectionSource
Namespace: Syncfusion.UI.Xaml.Diagram
Assembly: Syncfusion.SfDiagram.WPF.dll
Syntax
public sealed class SelectionSource : Enum
Fields
HoldKeyAndTap
Specifies to select the diagramelements by HoldKeyAndTap selection.
Declaration
public const SelectionSource HoldKeyAndTap
Field Value
Type |
---|
SelectionSource |
RubberBand
Specifies to select the diagramelements by using rubberband selection.
Declaration
public const SelectionSource RubberBand
Field Value
Type |
---|
SelectionSource |
SelectAll
Specifies to select the diagramelements by using SelectAll operation.
Declaration
public const SelectionSource SelectAll
Field Value
Type |
---|
SelectionSource |
Tap
Specifies to select the diagramelements by click.
Declaration
public const SelectionSource Tap
Field Value
Type |
---|
SelectionSource |
Unknown
Specifies to select the diagramelements by Unknown source.
Declaration
public const SelectionSource Unknown
Field Value
Type |
---|
SelectionSource |