Shape.AutoShapeType Property

Returns or sets the shape type for the specified Shape object, which must represent an AutoShape other than a line or freeform drawing.

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.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: MsoAutoShapeType

Remarks

When you change the type of a shape, the shape retains its size, color, and other attributes.

See Also

Reference

Shape Interface

Shape Members

Microsoft.Office.Interop.Word Namespace