Interface for node styles that can display node shapes with a boundary that is defined by a GeneralPath instance.

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

Syntax

C#
public interface IGeneralPathNodeStyle : INodeStyle, 
	IVisualStyle<INode>, IModelItemInstaller<INode>, ICloneable
Visual Basic
Public Interface IGeneralPathNodeStyle _
	Inherits INodeStyle, IVisualStyle(Of INode), IModelItemInstaller(Of INode),  _
	ICloneable

See Also