Share via


SmartArt.Layout Property (Office)

Retrieves or sets the Smart Art layout associated with the Smart Art graphic. Read/write

Version Information

Version Added: Office 2010

Syntax

expression .Layout

expression An expression that returns a SmartArt object.

Example

The following code sets the Smart Art layout.

ActivePresentation.Slides(1).Shapes(1).SmartArt.Layout = Application.SmartArtLayouts(1)

See Also

Concepts

SmartArt Object

SmartArt Object Members