InlineShape.SmartArt Property
Gets a SmartArt object that provides a way to work with the SmartArt associated with the specified inline shape.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
ReadOnly Property SmartArt As SmartArt
Get
'Usage
Dim instance As InlineShape
Dim value As SmartArt
value = instance.SmartArt
SmartArt SmartArt { get; }
Property Value
Type: SmartArt
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.