A subclass of the ItemDecorator<(Of <(<'TModelItem>)>)>
class that is specifically tailored for IEdges.
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 EdgeDecorator : ItemDecorator<IEdge> |
| Visual Basic |
|---|
Public NotInheritable Class EdgeDecorator _ Inherits ItemDecorator(Of IEdge) |
Remarks
This ItemDecorator<(Of <(<'TModelItem>)>)> can be used
as a convenience to decorate the lookup
of IEdges in an IGraph.
It serves as a factory for predefined LookupDecorator<(Of <(<'TDecoratedType, TInterface>)>)>
instances that are specifically useful for the IEdge 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 <(<'IEdge>)>)>
yWorks.yFiles.UI.Model..::..EdgeDecorator
yWorks.yFiles.UI.Model..::..ItemDecorator<(Of <(<'IEdge>)>)>
yWorks.yFiles.UI.Model..::..EdgeDecorator