Abstract base implementation for ITableNodeStyle

Namespace: yWorks.yFiles.UI.Drawing
Assembly: yWorks.yFilesSilverlight.Viewer (in yWorks.yFilesSilverlight.Viewer.dll) Version: 2.1.0.2

Syntax

C#
public abstract class AbstractTableNodeStyle : SimpleAbstractNodeStyle<CanvasContainer>, 
	ITableNodeStyle, INodeStyle, IVisualStyle<INode>, IModelItemInstaller<INode>, 
	ICloneable, INotifyPropertyChanged
Visual Basic
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