Previous Document Next Document
FountainFill.SetEdgePad

Sub SetEdgePad(EdgePad As Long)

Member of FountainFill

The SetEdgePad method sets the value of the edge pad value of a fountain fill. Changing the edge pad of the fill may change the position of the fountain-fill vector.

Parameters
Description
EdgePad
Specifies the length of solid colors at the beginning and end of the fountain fill before they start blending with the next color in the fountain fill. The EdgePad parameter is a percentage value, and its values range from 0 to 49.

The following code example sets the value of the edge pad in the fountain fill of the active shape to 40%:

Sub Test() 
 ActiveShape.Fill.Fountain.SetEdgePad 40 
End Sub 

Previous Document Next Document Back to Top

Copyright 2007 Corel Corporation. All rights reserved.