Gets the rectangle height.
Namespace: MindFusion.Mapping
Assembly: MindFusion.Mapping
SyntaxC#
Copy Code
|
|---|
public double Height { get; } |
Visual Basic
Copy Code
|
|---|
Public ReadOnly Property Height As Double |
A double value specifying the rectangle's height.
See Also