Default implementation of AbstractTableNodeStyle that retrieves the table instance from the node's Tag.
Namespace: yWorks.yFiles.UI.DrawingAssembly: 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 DynamicTableNodeStyle : AbstractTableNodeStyle |
| Visual Basic |
|---|
<ObfuscationAttribute(StripAfterObfuscation := False, Exclude := True, _ ApplyToMembers := False)> _ Public Class DynamicTableNodeStyle _ Inherits AbstractTableNodeStyle |
Remarks
For this implementations, style instances can be shared among different node instances, however, the user tag must be copied.
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..::..SimpleAbstractNodeStyle<(Of <(<'CanvasContainer>)>)>
yWorks.yFiles.UI.Drawing..::..AbstractTableNodeStyle
yWorks.yFiles.UI.Drawing..::..DynamicTableNodeStyle