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 an object that represents the SmartArt associated with the shape.
public:
property Microsoft::Office::Core::SmartArt ^ SmartArt { Microsoft::Office::Core::SmartArt ^ get(); };
public Microsoft.Office.Core.SmartArt SmartArt { get; }
Public ReadOnly Property SmartArt As SmartArt
Property Value
An object that represents the SmartArt associated with the shape.
Remarks
Read-only.