MindFusion.Wpf Pack Programmer's Guide
Diagram.TableRowHeight Property
See Also
 





Gets or sets the default height of tables' rows.

Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf

 Syntax

C#  Copy Code

public double TableRowHeight { get; set; }

Visual Basic  Copy Code

Public Property TableRowHeight As Double

 Property Value

A double value specifying the height of table rows. The default is 5.

 Remarks

TableRowHeight is used to initialize the RowHeight property of new tables.

 See Also

Diagram Members
Diagram Class
MindFusion.Diagramming.Wpf Namespace
TableColumnWidth Property