Clipboard implementation for IGraph instances.

Namespace: yWorks.yFiles.UI.Model
Assembly: yWorks.yFilesSilverlight.Viewer (in yWorks.yFilesSilverlight.Viewer.dll) Version: 2.1.0.2

Syntax

C#
public class GraphClipboard
Visual Basic
Public Class GraphClipboard

Remarks

This implementation copies a given graph to an internally held clipboard graph. This graph can be serialized to and deserialized from the system clipboard. The clipboard graph can then be pasted to a target graph instance.

Related Demo Applications

The following programming samples are available: Also see the yFiles for Silverlight tutorials for step by step introductions.

Inheritance Hierarchy

System..::..Object
  yWorks.yFiles.UI.Model..::..GraphClipboard

See Also