menu

UWP

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

    Show / Hide Table of Contents

    Class SelectionSource

    Specifies the way of the selection.

    Inheritance
    System.Object
    SelectionSource
    Namespace: Syncfusion.UI.Xaml.Diagram
    Assembly: Syncfusion.SfDiagram.UWP.dll
    Syntax
    public sealed class SelectionSource : Enum

    Fields

    HoldKeyAndTap

    Specifies to select the diagramelements by HoldKeyAndTap selection.

    Declaration
    public const SelectionSource HoldKeyAndTap
    Field Value
    Type
    SelectionSource

    RubberBand

    Specifies to select the diagramelements by using rubberband selection.

    Declaration
    public const SelectionSource RubberBand
    Field Value
    Type
    SelectionSource

    SelectAll

    Specifies to select the diagramelements by using SelectAll operation.

    Declaration
    public const SelectionSource SelectAll
    Field Value
    Type
    SelectionSource

    Tap

    Specifies to select the diagramelements by click.

    Declaration
    public const SelectionSource Tap
    Field Value
    Type
    SelectionSource

    Unknown

    Specifies to select the diagramelements by Unknown source.

    Declaration
    public const SelectionSource Unknown
    Field Value
    Type
    SelectionSource

    Extension Methods

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