Interface for node styles that can use an image for the visual representation of a node.
Namespace: yWorks.yFiles.UI.DrawingAssembly: yWorks.yFilesSilverlight.Viewer (in yWorks.yFilesSilverlight.Viewer.dll) Version: 2.1.0.2
Syntax
| C# |
|---|
public interface IImageNodeStyle : INodeStyle, IVisualStyle<INode>, IModelItemInstaller<INode>, ICloneable |
| Visual Basic |
|---|
Public Interface IImageNodeStyle _ Inherits INodeStyle, IVisualStyle(Of INode), IModelItemInstaller(Of INode), _ ICloneable |
Remarks
This style can be used together with ImageNodeStyleRenderer
instances