WPF

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

    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 - 2023 Syncfusion Inc. All Rights Reserved