A subclass of the ItemDecorator<(Of <(<'TModelItem>)>)>
class that is specifically tailored for INodes.
Namespace: yWorks.yFiles.UI.ModelAssembly: yWorks.yFilesNET.Viewer (in yWorks.yFilesNET.Viewer.dll) Version: 4.1.0.1 (4.1.0.1)
Syntax
| C# |
|---|
public sealed class NodeDecorator : ItemDecorator<INode> |
| Visual Basic |
|---|
Public NotInheritable Class NodeDecorator _ Inherits ItemDecorator(Of INode) |
Remarks
This ItemDecorator<(Of <(<'TModelItem>)>)> can be used
as a convenience to decorate the lookup
of INodes in an IGraph.
It serves as a factory for predefined LookupDecorator<(Of <(<'TDecoratedType, TInterface>)>)>
instances that are specifically useful for the INode type.
Note that the list of possible decorations that are available using this class
is not exhaustive in any way. This is merely a way to provide access to those
interfaces that are more commonly being decorated by the developer.
Inheritance Hierarchy
System..::..Object
yWorks.yFiles.UI.Model..::..ItemDecorator<(Of <(<'INode>)>)>
yWorks.yFiles.UI.Model..::..NodeDecorator
yWorks.yFiles.UI.Model..::..ItemDecorator<(Of <(<'INode>)>)>
yWorks.yFiles.UI.Model..::..NodeDecorator