Class GlowFormat (Word VBA)

The class GlowFormat represents the glow formatting for a shape or range of shapes. To use a GlowFormat class variable it first needs to be instantiated, for example


Dim gft as GlowFormat
Set gft = Selection.Font.Glow

Color

Returns a ColorFormat object that represents the color for a glow effect.


Dim cftColor As ColorFormat
Set cftColor = Selection.Font.Glow.Color

Radius

Returns or sets a Single that represents the length of the radius for a glow effect.


Selection.Font.Glow.Radius =

Transparency


Selection.Font.Glow.Transparency =