Shape.SmartArt Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a SmartArt object that provides a way to work with the SmartArt associated with the specified 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 shape.
Remarks
Read-only. This property provides an entry point for interacting with a Smart Art graphic associated with the shape.