다음을 통해 공유


SmartArt.QuickStyle Property (Office)

Retrieves or sets the SmartArt quick style applied to the SmartArt graphic. Read/write

Version Information

Version Added: Office 2010

Syntax

expression .QuickStyle

expression An expression that returns a SmartArt object.

Example

The following code changes the quick style of Smart Art in Microsoft PowerPoint.

ActivePresentation.Slides(1).Shapes(1).SmartArt.QuickStyle = Application.SmartArtQuickStyles(i)

See Also

Concepts

SmartArt Object

SmartArt Object Members