DiagramLite Programmer's Guide
TableNode.RowHeight Property
See Also
 





Gets or sets the default height of table rows.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming.Silverlight

 Syntax

C#  Copy Code

public double RowHeight { get; set; }

Visual Basic  Copy Code

Public Property RowHeight As Double

 Property Value

 Remarks

The value of this property is used to initialize the height of new rows when they are created.

 See Also

TableNode Members
TableNode Class
MindFusion.Diagramming Namespace