Class MultipleSelectionMode
Specifies the multiple selection modes in SfDiagram.
Inheritance
System.Object
MultipleSelectionMode
Namespace: Syncfusion.UI.Xaml.Diagram
Assembly: Syncfusion.SfDiagram.WPF.dll
Syntax
public sealed class MultipleSelectionMode : Enum
Fields
Default
Enables all behaviors of the control.
Declaration
public const MultipleSelectionMode Default
Field Value
Type |
---|
MultipleSelectionMode |
HoldKeyAndTap
Enables or disables Elements can be selected by holding a key and tapping.
Declaration
public const MultipleSelectionMode HoldKeyAndTap
Field Value
Type |
---|
MultipleSelectionMode |
JustTap
Enables or disables Elements can be selected by tapping.
Declaration
public const MultipleSelectionMode JustTap
Field Value
Type |
---|
MultipleSelectionMode |
None
Disables all behaviors.
Declaration
public const MultipleSelectionMode None
Field Value
Type |
---|
MultipleSelectionMode |
RubberBandCompleteIntersect
Enables or disables elements that are completely positioned in the selection rectangle will be selected.
Declaration
public const MultipleSelectionMode RubberBandCompleteIntersect
Field Value
Type |
---|
MultipleSelectionMode |
RubberBandPartialIntersect
Elements that intersect with the selection rectangle will be selected.
Declaration
public const MultipleSelectionMode RubberBandPartialIntersect
Field Value
Type |
---|
MultipleSelectionMode |