menu

UWP

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class DragObject<T> - UWP API Reference | Syncfusion

    Show / Hide Table of Contents

    Class DragObject<T>

    Represents a utility class for drag process of diagram objects.

    Inheritance
    System.Object
    DragObject<T>
    Namespace: Syncfusion.UI.Xaml.Diagram.Utility
    Assembly: Syncfusion.SfDiagram.UWP.dll
    Syntax
    public class DragObject<T> : Object
    Type Parameters
    Name
    T

    Constructors

    DragObject(T)

    Method to drag the diagram objects.

    Declaration
    public DragObject(T clone)
    Parameters
    Type Name Description
    T clone

    DragObject(T, Symbol)

    Method to drag the diagram objects from symbol source.

    Declaration
    public DragObject(T clone, Symbol source)
    Parameters
    Type Name Description
    T clone
    Symbol source

    Gets symbol source.

    Properties

    OriginalSource

    Gets or sets the origianl source of the dragging object.

    Declaration
    public Symbol OriginalSource { get; }
    Property Value
    Type
    Symbol

    Source

    Gets or sets source of the dragging objects.

    Declaration
    public T Source { get; set; }
    Property Value
    Type
    T

    Extension Methods

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