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 |