Abstract base implementation for ITableNodeStyle

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#
[ObfuscationAttribute(StripAfterObfuscation = false, Exclude = true, 
	ApplyToMembers = false)]
public abstract class AbstractTableNodeStyle : SimpleAbstractNodeStyle, 
	ITableNodeStyle, INodeStyle, IVisualStyle<INode>, IModelItemInstaller<INode>, 
	ICloneable, INotifyPropertyChanged
Visual Basic
<ObfuscationAttribute(StripAfterObfuscation := False, Exclude := True,  _
	ApplyToMembers := False)> _
Public MustInherit Class AbstractTableNodeStyle _
	Inherits SimpleAbstractNodeStyle _
	Implements ITableNodeStyle, INodeStyle, IVisualStyle(Of INode),  _
	IModelItemInstaller(Of INode), ICloneable, INotifyPropertyChanged

Remarks

Implementors are required to implement the abstract TableProvider property that is responsible to provide a mapping between a table instance and the style.

Inheritance Hierarchy

System..::..Object
  yWorks.yFiles.UI.Drawing..::..SimpleAbstractNodeStyle
    yWorks.yFiles.UI.Drawing..::..AbstractTableNodeStyle
      yWorks.yFiles.UI.Drawing..::..DynamicTableNodeStyle
      yWorks.yFiles.UI.Drawing..::..TableNodeStyle

See Also