Gets or sets the default height of table rows.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public float RowHeight { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property RowHeight As Single |
A float value specifying the height of the table rows. Initialized with the value of TableRowHeight.
RemarksThe value of this property is used to initialize the height of new rows when they are created.
See Also