Gets the height of the node that displays this shape.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public double Height { get; } |
Visual Basic
Copy Code
|
|---|
Public ReadOnly Property Height As Double |
A double value specifying the node's height.
See Also