The interface for an INodeStyle implementation that can be rendered
by NodeControlNodeStyleRenderer.
Namespace: yWorks.yFiles.UI.DrawingAssembly: yWorks.yFilesSilverlight.Viewer (in yWorks.yFilesSilverlight.Viewer.dll) Version: 2.1.0.2
Syntax
| C# |
|---|
public interface INodeControlNodeStyle : ITaggedStyleBase<INode>, INodeStyle, IVisualStyle<INode>, IModelItemInstaller<INode>, ICloneable |
| Visual Basic |
|---|
Public Interface INodeControlNodeStyle _ Inherits ITaggedStyleBase(Of INode), INodeStyle, IVisualStyle(Of INode), _ IModelItemInstaller(Of INode), ICloneable |
Remarks
This style implementation provides the ability to use the control templating
mechanism to create the rendering for nodes. Style implementations need to create NodeControls with
a specific Style that can present the associated
tag to the user via a ContentControl.