Edit

Share via


SmartArtNode.Shapes Property

Definition

Returns the shape range associated with this SmartArtNode object.

public:
 property Microsoft::Office::Core::ShapeRange ^ Shapes { Microsoft::Office::Core::ShapeRange ^ get(); };
public Microsoft.Office.Core.ShapeRange Shapes { get; }
member this.Shapes : Microsoft.Office.Core.ShapeRange
Public ReadOnly Property Shapes As ShapeRange

Property Value

Remarks

To find the range, use the Count property.

Applies to