A INodeStylerenderer implementation that draws a simple floating shinyPlate with a slight gradient, a thin border and a simple drop shadow.

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 class ShinyPlateNodeStyleRenderer : AbstractNodeStyleRenderer<IShinyPlateNodeStyle>
Visual Basic
Public Class ShinyPlateNodeStyleRenderer _
	Inherits AbstractNodeStyleRenderer(Of IShinyPlateNodeStyle)

Inheritance Hierarchy

System..::..Object
  yWorks.yFiles.UI.Drawing..::..AbstractStyleRenderer<(Of <(<'INode, INodeStyle, IShinyPlateNodeStyle>)>)>
    yWorks.yFiles.UI.Drawing..::..AbstractNodeStyleRenderer<(Of <(<'IShinyPlateNodeStyle>)>)>
      yWorks.yFiles.UI.Drawing..::..ShinyPlateNodeStyleRenderer

See Also