Shape.ShapeStyle Property

Gets or sets the shape style for the specified shape.

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

Syntax

'Declaration
Property ShapeStyle As MsoShapeStyleIndex
    Get
    Set
'Usage
Dim instance As Shape
Dim value As MsoShapeStyleIndex

value = instance.ShapeStyle

instance.ShapeStyle = value
MsoShapeStyleIndex ShapeStyle { get; set; }

Property Value

Type: MsoShapeStyleIndex
The shape style for the specified shape.

Remarks

Read/write MsoShapeStyleIndex.

See Also

Reference

Shape Interface

Shape Members

Microsoft.Office.Interop.Word Namespace