Default implementation of the IShapeNodeStyle interface

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

Syntax

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

Inheritance Hierarchy

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

See Also