ClassDataTransferResult
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:
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
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
SerializedDiagram
Gets or sets the serialized diagram.
ShapeSize
Gets or sets the size of the shape.
Declaration
cs-api-definition
public Size ShapeSize { get; set; }
Property Value
Size