Class DragObject<T>
Represents a utility class for drag process of diagram objects.
Inheritance
System.Object
DragObject<T>
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Syncfusion.UI.Xaml.Diagram.Utility
Assembly: Syncfusion.SfDiagram.WPF.dll
Syntax
public class DragObject<T>
Type Parameters
Name | Description |
---|---|
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 | Description |
---|---|
Symbol |
Source
Gets or sets source of the dragging objects.
Declaration
public T Source { get; set; }
Property Value
Type | Description |
---|---|
T |