הערה
הגישה לדף זה מחייבת הרשאה. באפשרותך לנסות להיכנס או לשנות מדריכי כתובות.
הגישה לדף זה מחייבת הרשאה. באפשרותך לנסות לשנות מדריכי כתובות.
Returns a GlowFormat object that contains glow formatting properties for the specified shape. Read-only.
Syntax
expression.Glow
expression A variable that represents a Shape object.
Return value
GlowFormat
Example
This example sets the color, radius, and transparency for the glow of the second shape on the second slide in a PowerPoint presentation:
With ActivePresentation.Slides(2).Shapes(2).Glow
.Color.RGB = RGB(128, 0, 0)
.Radius = 10
.Transparency = 0.5
End With
See also
Support and feedback
Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.