Shape.ShapeStyle Property

Definition

Gets or sets the shape style for the specified shape.

public:
 property Microsoft::Office::Core::MsoShapeStyleIndex ShapeStyle { Microsoft::Office::Core::MsoShapeStyleIndex get(); void set(Microsoft::Office::Core::MsoShapeStyleIndex value); };
public Microsoft.Office.Core.MsoShapeStyleIndex ShapeStyle { get; set; }
member this.ShapeStyle : Microsoft.Office.Core.MsoShapeStyleIndex with get, set
Public Property ShapeStyle As MsoShapeStyleIndex

Property Value

The shape style for the specified shape.

Remarks

Read/write MsoShapeStyleIndex.

Applies to