DataTransferResult
Class
Data bucket holding the result of a data transfer from a DataObject to a diagramming object. This is used in conjunction with the IDataTransferService in relation to a clipboard or a dragdrop transfer.
Definition
Namespace:Telerik.Windows.Diagrams.Core
Assembly:Telerik.Windows.Diagrams.Core.dll
Syntax:
C#
public class DataTransferResult
Inheritance: objectDataTransferResult
Constructors
Initializes a new instance of the DataTransferResult class.
C#
public DataTransferResult()
Properties
Gets or sets the diagram id from where the Items came from, if any.
C#
public string DiagramId { get; set; }
Image
Image
Gets or sets the image.
C#
public Image Image { get; set; }
Gets or sets the transferred diagram items.
C#
public IEnumerable<IDiagramItem> Items { get; set; }
Gets or sets the serialized diagram.
C#
public string SerializedDiagram { get; set; }
ShapeSize
Size
Gets or sets the size of the shape.
C#
public Size ShapeSize { get; set; }