alexa
menu

WPF

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

    Show / Hide Table of Contents

    Class DraggingType

    Specifies the dragging type for an instance is BorderDragging, ShadowDragging and NormalDragging.

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

    Fields

    BorderDragging

    Only border of dragged element will be displayed at the cursor position while dragging.

    Declaration
    public const DraggingType BorderDragging
    Field Value
    Type
    DraggingType

    NormalDragging

    Entire dragged element will be displayed at the cursor position while dragging.

    Declaration
    public const DraggingType NormalDragging
    Field Value
    Type
    DraggingType

    ShadowDragging

    Shadow of dragged element will be displayed at the cursor position while dragging.

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