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

In This Topic
    ApplyBuiltInShadow Method
    In This Topic
    Applies a built-in shadow to the object.
    Syntax
    'Declaration
     
    Public Sub ApplyBuiltInShadow( _
       ByVal shadowId As BuiltInShadowId _
    ) 
    public void ApplyBuiltInShadow( 
       BuiltInShadowId shadowId
    )

    Parameters

    shadowId
    The BuiltInShadowId to apply.
    See Also