Shape.SetShapesDefaultProperties Method

Applies the formatting of the specified shape to a default shape for that document. New shapes inherit many of their attributes from the default shape.

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)

Syntax

'Declaration
Sub SetShapesDefaultProperties
'Usage
Dim instance As Shape

instance.SetShapesDefaultProperties()
void SetShapesDefaultProperties()

Remarks

Using this method is equivalent to using the Set AutoShape Defaults command on the Draw menu on the Drawing toolbar.

See Also

Reference

Shape Interface

Shape Members

Microsoft.Office.Interop.Word Namespace