Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / Shape Class / Type Property


In This Topic
Type Property (Shape)
In This Topic
Gets or sets a ShapeType value that represents the shape type.
Syntax
'Declaration
 
Public Overridable ReadOnly Property Type As ShapeType
 
'Usage
 
Dim instance As Shape
Dim value As ShapeType
 
value = instance.Type

Property Value

The shape type.
See Also