Search
TableNodeExtensions.Caption(T) Method
See Also
 





Sets the text displayed as caption of the table.

Namespace: MindFusion.Diagramming.Fluent
Package: MindFusion.Diagramming

 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