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