Search
Rect.Height Property
See Also
 





Gets the rectangle height.

Namespace: MindFusion.Mapping
Assembly: MindFusion.Mapping

 Syntax

C#  Copy Code

public double Height { get; }

Visual Basic  Copy Code

Public ReadOnly Property Height As Double

 Property Value

A double value specifying the rectangle's height.

 See Also