Namespace: yWorks.yFiles.UI.Drawing
Assembly: yWorks.yFilesNET.Viewer (in yWorks.yFilesNET.Viewer.dll) Version: 4.1.0.1 (4.1.0.1)
Assembly: yWorks.yFilesNET.Viewer (in yWorks.yFilesNET.Viewer.dll) Version: 4.1.0.1 (4.1.0.1)
Syntax
| C# |
|---|
public interface INodeStyle : IVisualStyle<INode>, IModelItemInstaller<INode>, ICloneable |
| Visual Basic |
|---|
Public Interface INodeStyle _ Inherits IVisualStyle(Of INode), IModelItemInstaller(Of INode), _ ICloneable |
Remarks
Implementations are responsible for rendering INode
instances in a CanvasControl.
It is up to the implementation to interpret the visual appearance of a
node.
The framework uses the associated, possibly shared Renderer
to perform the actual rendering of this style for a given node.
This interface extends the ICloneable interface. This allows clients
to obtain a persistent copy of the current state of this style.
Immutable style implementations may return themselves.