An interface for objects that can install a visual representation of
a selection decoration of an item in the model displayed in a canvas.
Namespace: yWorks.Canvas.ModelAssembly: yWorks.yFilesSilverlight.Viewer (in yWorks.yFilesSilverlight.Viewer.dll) Version: 2.1.0.2
Syntax
| C# |
|---|
public interface ISelectionInstaller : IModelItemInstaller<Object> |
| Visual Basic |
|---|
Public Interface ISelectionInstaller _ 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.