Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / TextEffects Class / ApplyBuiltInGlow Method
The BuiltInGlowId to apply.

In This Topic
    ApplyBuiltInGlow Method
    In This Topic
    Applies a built-in glow to the object.
    Syntax
    'Declaration
     
    Public Sub ApplyBuiltInGlow( _
       ByVal glowId As BuiltInGlowId _
    ) 
    public void ApplyBuiltInGlow( 
       BuiltInGlowId glowId
    )

    Parameters

    glowId
    The BuiltInGlowId to apply.
    See Also