Shape.AutoShapeType Property
Returns or sets the shape type for the specified Shape object, which must represent an AutoShape other than a line, freeform drawing, or connector. Read/write.
Namespace: Microsoft.Office.Interop.PowerPoint
Assembly: Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.dll)
Syntax
'Declaration
Property AutoShapeType As MsoAutoShapeType
Get
Set
'Usage
Dim instance As Shape
Dim value As MsoAutoShapeType
value = instance.AutoShapeType
instance.AutoShapeType = value
MsoAutoShapeType AutoShapeType { get; set; }
Property Value
Type: Microsoft.Office.Core.MsoAutoShapeType
Remarks
Use the Type property of the ConnectorFormat object to set or return the connector type.