Spread Windows Forms 13.0 Product Documentation
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / IShapeBase Interface / AutoShapeType Property


In This Topic
    AutoShapeType Property
    In This Topic
    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;}
    See Also