Skip to content

Latest commit

 

History

History
37 lines (23 loc) · 832 Bytes

PowerPoint.Shape.GraphicStyle.md

File metadata and controls

37 lines (23 loc) · 832 Bytes
title keywords f1_keywords api_name ms.date ms.localizationpriority
Shape.GraphicStyle property (PowerPoint)
vbapp10.chm547094
vbapp10.chm547094
PowerPoint.Shape.GraphicStyle
04/25/2019
medium

Shape.GraphicStyle property (PowerPoint)

Returns or sets an MsoGraphicStyleIndex constant that represents the style of an SVG graphic. Read/write.

Syntax

expression.GraphicStyle

expression A variable that represents a Shape object.

Example

The following code example changes the graphic style for the first shape in the active document.

Dim myShape As Shape 
 
Set myShape = ActiveDocument.Shapes(1) 
 
myShape.GraphicStyle = msoGraphicStylePreset22

[!includeSupport and feedback]