Height Property (Rectangle)
Gets or sets the height of rectangle annotation.
public double Height {get; set;}
'Declaration
Public Property Height As Double
'Usage
Dim instance As Rectangle
Dim value As Double
instance.Height = value
value = instance.Height