Search
TableNodeExtensions.RowHeight(T) Method
See Also
 





Sets the default height of table rows.

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

 Syntax

C#  Copy Code

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

Visual Basic  Copy Code

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

 Parameters

tableNode

value

 Return Value

 See Also