Interface used by INodeStyle implementations that can be used to query the actual IVisualCreator, IBoundsProvider, IHitTestable, and IMarqueeTestable implementations for a node and an associated style.

Namespace: yWorks.yFiles.UI.Drawing
Assembly: yWorks.yFilesSilverlight.Viewer (in yWorks.yFilesSilverlight.Viewer.dll) Version: 2.1.0.2

Syntax

C#
public interface INodeStyleRenderer : IStyleRenderer<INode, INodeStyle>
Visual Basic
Public Interface INodeStyleRenderer _
	Inherits IStyleRenderer(Of INode, INodeStyle)

See Also