Search
TableNode.Row.Height Property
See Also
 





Gets or sets the height of the table row.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public double Height { get; set; }

Visual Basic  Copy Code

Public Property Height As Double

 Property Value

A double value indicating the height of the row. The default is 22.

 See Also