An interface for objects that can install a visual representation of a highlight decoration of an item in the model displayed in a canvas.

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

Syntax

C#
public interface IHighlightInstaller : IModelItemInstaller<Object>
Visual Basic
Public Interface IHighlightInstaller _
	Inherits IModelItemInstaller(Of Object)

Remarks

This interface is a tagging sub interface of the IModelItemInstaller<(Of <(<'T>)>)> which fixes the type of the items to Object. This interface is used for Lookup(Type) operations.

See Also