A data object for the client side com.yworks.graph.drawing.TableNodeStyle.

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

Syntax

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

Remarks

This style keeps a ITable instance in its table property.

Inheritance Hierarchy

System..::..Object
  yWorks.yFiles.Graph.Web.Style.Markup..::..TableNodeStyle

See Also