menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Enum DraggingType - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Enum DraggingType

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

    Namespace: Syncfusion.Windows.Tools.Controls
    Assembly: Syncfusion.Tools.Wpf.dll
    Syntax
    public enum DraggingType

    Fields

    Name Description
    BorderDragging

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

    NormalDragging

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

    ShadowDragging

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

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved