Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / ICrop Interface / ShapeHeight Property


In This Topic
ShapeHeight Property
In This Topic
Gets or sets the height of a shape that is used to crop an image.
Syntax
'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.
See Also