Gets or sets a
System.Int32 value that represents the height, in pixels, of the shape.
'Declaration
Property Height As Double
'Usage
Dim instance As IShape
Dim value As Double
instance.Height = value
value = instance.Height
Property Value
The height of the shape.