Gets or sets the height of the row.
Namespace: MindFusion.Diagramming.Components
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public Length Height { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property Height As Length |
An instance of the Length class.
See Also