Gets or sets the height of the table row.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
C# Copy Code |
---|
public double Height { get; set; } |
Visual Basic Copy Code |
---|
Public Property Height As Double |
A double value indicating the height of the row. The default is 22.
The user can resize rows interactively when table's AllowResizeRows property is enabled.
WpfDiagram Programmer's Guide | © 2024 MindFusion |