SmartArt.Color Property (Office)
Retrieves or sets the Smart Art color style applied to the Smart Art graphic. Read/write
Version Information
Version Added: Office 2010
Syntax
expression .Color
expression An expression that returns a SmartArt object.
Example
The following code sets the color scheme of the Smart Art diagram.
ActivePresentation.Slides(1).Shapes(1).SmartArt.Color = Application.SmartArtColors(1)