Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / IShapeBase Interface / AutoShapeType Property


In This Topic
    AutoShapeType Property (IShapeBase)
    In This Topic
    Gets or sets the shape type for the specified IShape or IShapeBase object, which must represent an shape other than a line, freeform drawing, or connector.
    Syntax
    'Declaration
     
    
    Property AutoShapeType As AutoShapeType
    'Usage
     
    
    Dim instance As IShapeBase
    Dim value As AutoShapeType
     
    instance.AutoShapeType = value
     
    value = instance.AutoShapeType
    AutoShapeType AutoShapeType {get; set;}

    Property Value

    The type of the shape.
    See Also