Gets or sets the height of a shape that is used to crop an image.
int ShapeHeight {get; set;}
'Declaration
Property ShapeHeight As Integer
'Usage
Dim instance As ICrop
Dim value As Integer
instance.ShapeHeight = value
value = instance.ShapeHeight
Property Value
The height of the shape.