Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / ShapeType Enumeration


In This Topic
    ShapeType Enumeration
    In This Topic
    Specifies the type of a shape or range of shapes.
    Syntax
    'Declaration
     
    
    Public Enum ShapeType 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As ShapeType
    public enum ShapeType : System.Enum 
    Members
    MemberDescription
    AutoShapeThe automatic shape
    CalloutThe callout
    ChartThe chart
    CommentThe comment
    FormControlThe form control
    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