UWP

Upgrade Guide User Guide Demos Support Forums Download
  • 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 Description
    MultipleSelectionMode

    HoldKeyAndTap

    Enables or disables Elements can be selected by holding a key and tapping.

    Declaration
    public const MultipleSelectionMode HoldKeyAndTap
    Field Value
    Type Description
    MultipleSelectionMode

    JustTap

    Enables or disables Elements can be selected by tapping.

    Declaration
    public const MultipleSelectionMode JustTap
    Field Value
    Type Description
    MultipleSelectionMode

    None

    Disables all behaviors.

    Declaration
    public const MultipleSelectionMode None
    Field Value
    Type Description
    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 Description
    MultipleSelectionMode

    RubberBandPartialIntersect

    Elements that intersect with the selection rectangle will be selected.

    Declaration
    public const MultipleSelectionMode RubberBandPartialIntersect
    Field Value
    Type Description
    MultipleSelectionMode

    value__

    Declaration
    public int value__
    Field Value
    Type Description
    System.Int32

    Extension Methods

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