_Application.SmartArtColors Property

Definition

Gets a SmartArtColors object that represents the set of color styles that are currently loaded in the application.

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

Property Value

A SmartArtColors object.

Remarks

Read-only. The set of colors represented by this property correspond to the available color styles on the Change Colors button on the Design tab on the SmartArt Tools contextual tab in Word 2010.

Applies to