ShapeRange.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 ShapeRange
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.