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


In This Topic
ShapeWidth Property
In This Topic
Gets or sets the width of a shape that is used to crop an image.
Syntax
'Declaration
 
Property ShapeWidth As Integer
 
'Usage
 
Dim instance As ICrop
Dim value As Integer
 
instance.ShapeWidth = value
 
value = instance.ShapeWidth

Property Value

The width of the shape.
See Also