title | api_name | ms.assetid | ms.date | ms.localizationpriority | |
---|---|---|---|---|---|
GlowFormat object (Office) |
|
b89e2245-e3a4-4a8c-cd4f-86396ad71a5b |
01/16/2019 |
medium |
Represents a glow effect around an Office graphic.
This example applies glow to the text in the second shape on the second slide in a PowerPoint presentation:
With ActivePresentation.Slides(2).Shapes(2)
.Text.Font.Glowformat = msoGlowType2
End With
[!includeSupport and feedback]