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