Spread WPF 18
GrapeCity.Spreadsheet.Drawing Namespace / IShapeBase Interface / AutoShapeType Property


In This Topic
    AutoShapeType Property
    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
     
    <FormulaBindablePropertyAttribute()>
    Property AutoShapeType As AutoShapeType
    'Usage
     
    Dim instance As IShapeBase
    Dim value As AutoShapeType
     
    instance.AutoShapeType = value
     
    value = instance.AutoShapeType
    [FormulaBindableProperty()]
    AutoShapeType AutoShapeType {get; set;}

    Property Value

    The type of the shape.
    See Also