Shape.SmartArt Property

Gets a SmartArt object that provides a way to work with the SmartArt associated with the specified 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 Shape
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 shape.

Remarks

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

See Also

Reference

Shape Interface

Shape Members

Microsoft.Office.Interop.Word Namespace