Class
DataTransferResult

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:

cs-api-definition
public class DataTransferResult

Inheritance: objectDataTransferResult

Constructors

DataTransferResult()

Initializes a new instance of the DataTransferResult class.

Declaration

cs-api-definition
public DataTransferResult()

Properties

DiagramId

Gets or sets the diagram id from where the Items came from, if any.

Declaration

cs-api-definition
public string DiagramId { get; set; }

Property Value

string

Image

Gets or sets the image.

Declaration

cs-api-definition
public Image Image { get; set; }

Property Value

Image

Items

Gets or sets the transferred diagram items.

Declaration

cs-api-definition
public IEnumerable<IDiagramItem> Items { get; set; }

Property Value

IEnumerable<IDiagramItem>

SerializedDiagram

Gets or sets the serialized diagram.

Declaration

cs-api-definition
public string SerializedDiagram { get; set; }

Property Value

string

ShapeSize

Gets or sets the size of the shape.

Declaration

cs-api-definition
public Size ShapeSize { get; set; }

Property Value

Size

Text

Gets or sets the text.

Declaration

cs-api-definition
public string Text { get; set; }

Property Value

string