menu

UWP

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class MultipleSelectionMode - UWP API Reference | Syncfusion

    Show / Hide Table of Contents

    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
    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

    Extension Methods

    DiagramExtensions.Contains(MultipleSelectionMode, MultipleSelectionMode)
    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved