Abstract base implementation for ITableNodeStyle

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 abstract class AbstractTableNodeStyle : SimpleAbstractNodeStyle<CanvasContainer>, 
	ITableNodeStyle, INodeStyle, IVisualStyle<INode>, IModelItemInstaller<INode>, 
	ICloneable, INotifyPropertyChanged
Visual Basic
<ObfuscationAttribute(StripAfterObfuscation := False, Exclude := True,  _
	ApplyToMembers := False)> _
Public MustInherit Class AbstractTableNodeStyle _
	Inherits SimpleAbstractNodeStyle(Of CanvasContainer) _
	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<(Of <(<'CanvasContainer>)>)>
    yWorks.yFiles.UI.Drawing..::..AbstractTableNodeStyle
      yWorks.yFiles.UI.Drawing..::..DynamicTableNodeStyle
      yWorks.yFiles.UI.Drawing..::..TableNodeStyle

See Also