Search
TableNodeExtensions.CaptionFormat(T) Method
See Also
 





Sets the alignment and line position of the text used as table caption.

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

 Syntax

C#  Copy Code

public static T CaptionFormat<T> (
    T tableNode,
    StringFormat value
) where T : TableNode

Visual Basic  Copy Code

Public Shared Function CaptionFormat(Of T As TableNode) ( _
    tableNode As T, _
    value As StringFormat _
) As T

 Parameters

tableNode

value

 Return Value

 See Also