_Application.SmartArtLayouts Property

Definition

Gets a SmartArtLayouts object that represents the set of SmartArt layouts that are currently loaded in the application.

public:
 property Microsoft::Office::Core::SmartArtLayouts ^ SmartArtLayouts { Microsoft::Office::Core::SmartArtLayouts ^ get(); };
public Microsoft.Office.Core.SmartArtLayouts SmartArtLayouts { get; }
member this.SmartArtLayouts : Microsoft.Office.Core.SmartArtLayouts
Public ReadOnly Property SmartArtLayouts As SmartArtLayouts

Property Value

A SmartArtLayouts object.

Remarks

Read-only. The set of layouts represented by the SmartArtLayouts property correspond to the available layouts in the Layouts group on the Design tab on the SmartArt Tools contextual tab in Word 2010.

Applies to