alexa
menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download

    Show / Hide Table of Contents

    Class DragMode

    Inheritance
    System.Object
    DragMode
    Namespace: Syncfusion.Windows.Tools
    Assembly: Syncfusion.Tools.Wpf.dll
    Syntax
    public sealed class DragMode : Enum

    Fields

    Both

    Defines that click mode is BothClick.

    Declaration
    public const DragMode Both
    Field Value
    Type
    DragMode

    LeftButton

    Defines that click mode is LeftClick.

    Declaration
    public const DragMode LeftButton
    Field Value
    Type
    DragMode

    RightButton

    Defines that click mode is RightClick.

    Declaration
    public const DragMode RightButton
    Field Value
    Type
    DragMode
    Back to top Generated by DocFX
    Copyright © 2001 - 2026 Syncfusion Inc. All Rights Reserved