Gets or sets the default height of tables' rows.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public float TableRowHeight { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property TableRowHeight As Single |
A float value specifying the height of table rows. The default is 5.
RemarksTableRowHeight is used to initialize the RowHeight property of new tables.
See Also