Generic mutable implementation of an IGeneralPathNodeStyle.

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

Syntax

C#
public class GeneralPathNodeStyle : IGeneralPathNodeStyle, 
	INodeStyle, IVisualStyle<INode>, IModelItemInstaller<INode>, 
	ICloneable
Visual Basic
Public Class GeneralPathNodeStyle _
	Implements IGeneralPathNodeStyle, INodeStyle, IVisualStyle(Of INode),  _
	IModelItemInstaller(Of INode), ICloneable

Inheritance Hierarchy

System..::..Object
  yWorks.yFiles.UI.Drawing..::..GeneralPathNodeStyle

See Also