Interface used by ShinyPlateNodeStyleRenderer to query the properties from.

Namespace: yWorks.yFiles.UI.Drawing
Assembly: yWorks.yFilesNET.Viewer (in yWorks.yFilesNET.Viewer.dll) Version: 4.1.0.1 (4.1.0.1)

Syntax

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

See Also