Search
TableNodeExtensions.CaptionHeight(T) Method
See Also
 





Sets the height of the table's caption area.

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

 Syntax

C#  Copy Code

public static T CaptionHeight<T> (
    T tableNode,
    float value
) where T : TableNode

Visual Basic  Copy Code

Public Shared Function CaptionHeight(Of T As TableNode) ( _
    tableNode As T, _
    value As Single _
) As T

 Parameters

tableNode

value

 Return Value

 See Also