InlineShape.SmartArt Property

Definition

Gets a SmartArt object that provides a way to work with the SmartArt associated with the specified inline shape.

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

Property Value

A SmartArt object that provides a way to work with the SmartArt associated with the specified inline shape.

Remarks

Read-only. This property provides an entry point for interacting with a Smart Art graphic associated with the inline shape.

Applies to