Search
ShapeData.Height Property
See Also
 





Gets the height of the node that displays this shape.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public float Height { get; }

Visual Basic  Copy Code

Public ReadOnly Property Height As Single

 Property Value

A float value specifying the node's height.

 See Also