Simple basic implementation of the IShinyPlateNodeStyle that is used by the ShinyPlateNodeStyleRenderer node style renderer implementation.

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

Syntax

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

Inheritance Hierarchy

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

See Also