This interface describes the context for many operations performed on items in a CanvasControl.

Namespace: yWorks.Canvas
Assembly: yWorks.yFilesWPF.Viewer (in yWorks.yFilesWPF.Viewer.dll) Version: 2.2.0.2 (2.2.0.2)

Syntax

C#
public interface ICanvasContext : ILookup
Visual Basic
Public Interface ICanvasContext _
	Inherits ILookup

Remarks

This interface extends the ILookup interface to provide dynamic lookup capability.

See Also