WPF

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Enum MultipleSelectionMode - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    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.

    Extension Methods

    DiagramExtensions.Contains(MultipleSelectionMode)
    Back to top Generated by DocFX
    Copyright © 2001 - 2022 Syncfusion Inc. All Rights Reserved