Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / ShapeType Enumeration


ShapeType Enumeration
Specifies the type of a shape or range of shapes.
Syntax
'Declaration
 
Public Enum ShapeType 
   Inherits System.Enum
 
'Usage
 
Dim instance As ShapeType
Members
MemberDescription
AutoShapeThe automatic shape
CalloutThe callout
CommentThe comment
FreeformThe freeform
GraphicThe graphic
GroupThe group
LineThe line
LinkedPictureThe linked picture
PictureThe picture
SlicerThe slicer
UnspecifiedThe shape type mixed
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         GrapeCity.Spreadsheet.Drawing.ShapeType

See Also