Skip to content

Latest commit

 

History

History
34 lines (21 loc) · 760 Bytes

Office.GlowFormat.md

File metadata and controls

34 lines (21 loc) · 760 Bytes
title api_name ms.assetid ms.date ms.localizationpriority
GlowFormat object (Office)
Office.GlowFormat
b89e2245-e3a4-4a8c-cd4f-86396ad71a5b
01/16/2019
medium

GlowFormat object (Office)

Represents a glow effect around an Office graphic.

Example

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 

See also

[!includeSupport and feedback]