MindFusion.Wpf Pack Programmer's Guide
TableNodeExtensions.Caption(T) Method
See Also
 





Sets the text displayed as caption of the table.

Namespace: MindFusion.Diagramming.Wpf.Fluent
Assembly: MindFusion.Diagramming.Wpf

 Syntax

C#  Copy Code

public static T Caption<T> (
    T tableNode,
    string value
) where T : TableNode

Visual Basic  Copy Code

Public Shared Function Caption(Of T As TableNode) ( _
    tableNode As T, _
    value As String _
) As T

 Parameters

tableNode

value

 Return Value

 See Also

TableNodeExtensions Members
TableNodeExtensions Class
MindFusion.Diagramming.Wpf.Fluent Namespace