Base interface for styles that can visualize a ITable 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#
public interface ITableNodeStyle : INodeStyle, 
	IVisualStyle<INode>, IModelItemInstaller<INode>, ICloneable, 
	INotifyPropertyChanged
Visual Basic
Public Interface ITableNodeStyle _
	Inherits INodeStyle, IVisualStyle(Of INode), IModelItemInstaller(Of INode),  _
	ICloneable, INotifyPropertyChanged

See Also