Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / GradientFill Class / ApplyRectangleDirection Method
The gradient fill direction to apply.

In This Topic
    ApplyRectangleDirection Method
    In This Topic
    Applies the predefined rectangle gradient fill direction.
    Syntax
    'Declaration
     
    Public Sub ApplyRectangleDirection( _
       ByVal direction As GradientPathDirection _
    ) 
    public void ApplyRectangleDirection( 
       GradientPathDirection direction
    )

    Parameters

    direction
    The gradient fill direction to apply.
    See Also