The renderer which handles the DynamicTableNodeStyle.

Namespace: yWorks.yFiles.Graph.Web.Style.Markup
Assembly: yFilesServer (in yFilesServer.dll) Version: 1.8.0.0 (1.8)

Syntax

C#
public class DynamicTableNodeStyleRenderer : AbstractNodeStyleRenderer<TableNodeStyle>
Visual Basic
Public Class DynamicTableNodeStyleRenderer _
	Inherits AbstractNodeStyleRenderer(Of TableNodeStyle)

Remarks

As the style serves only as data object for the client, this implementation draws nothing. However, it modifies the node'slookup to return the ITable which is bound to the style instance

Inheritance Hierarchy

System..::..Object
  AbstractStyleRenderer<(Of <(<'INode, INodeStyle, TableNodeStyle>)>)>
    AbstractNodeStyleRenderer<(Of <(<'TableNodeStyle>)>)>
      yWorks.yFiles.Graph.Web.Style.Markup..::..DynamicTableNodeStyleRenderer

See Also