Default implementation of AbstractTableNodeStyle that stores the table instance in the style instance.

Namespace: yWorks.yFiles.UI.Drawing
Assembly: yWorks.yFilesWPF.Viewer (in yWorks.yFilesWPF.Viewer.dll) Version: 2.2.0.2 (2.2.0.2)

Syntax

C#
[ObfuscationAttribute(StripAfterObfuscation = false, Exclude = true, 
	ApplyToMembers = false)]
public class TableNodeStyle : AbstractTableNodeStyle
Visual Basic
<ObfuscationAttribute(StripAfterObfuscation := False, Exclude := True,  _
	ApplyToMembers := False)> _
Public Class TableNodeStyle _
	Inherits AbstractTableNodeStyle

Remarks

For this implementations, style instances cannot be shared among different node instances.

Inheritance Hierarchy

System..::..Object
  yWorks.yFiles.UI.Drawing..::..SimpleAbstractNodeStyle<(Of <(<'CanvasContainer>)>)>
    yWorks.yFiles.UI.Drawing..::..AbstractTableNodeStyle
      yWorks.yFiles.UI.Drawing..::..TableNodeStyle

See Also