Shape.ShapeStyle Property

Sets or returns the shape style index for the specified object. Read/write.

Namespace:  Microsoft.Office.Interop.PowerPoint
Assembly:  Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.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: Microsoft.Office.Core.MsoShapeStyleIndex

Remarks

The value of the ShapeStyle property can be one of the MsoShapeStyleIndex constants.

See Also

Reference

Shape Interface

Shape Members

Microsoft.Office.Interop.PowerPoint Namespace