Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / Shape Class / AutoShapeType Property


In This Topic
    AutoShapeType Property (Shape)
    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
     
    
    Public Property AutoShapeType As AutoShapeType
    'Usage
     
    
    Dim instance As Shape
    Dim value As AutoShapeType
     
    instance.AutoShapeType = value
     
    value = instance.AutoShapeType
    public AutoShapeType AutoShapeType {get; set;}

    Property Value

    The type of the shape.
    See Also