Northwoods.GoSilverlight 1.3.5 Assembly
CopiedParts Property
See Also  Send Feedback
Northwoods.GoXam.Tool Namespace > DraggingTool Class : CopiedParts Property

Gets or sets the collection of parts that this tool has copied.

Syntax

Visual Basic (Declaration) 
Public Property CopiedParts As Dictionary(Of Part,DraggingTool.Info)
C# 
public Dictionary<Part,DraggingTool.Info> CopiedParts {get; set;}

Property Value

The value is a Dictionary mapping Northwoods.GoXam.Parts to DraggingTool.Infos holding dragging information about each part. This property is set when there is a control-drag from within the diagram (DoMouseMove or DoMouseUp).

Requirements

See Also

© 2012 All Rights Reserved.