Share via


ShapeRange.ShapeStyle Property

Sets or returns the shape style index for the specified object.

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

ShapeRange Interface

ShapeRange Members

Microsoft.Office.Interop.PowerPoint Namespace