Object Model Reference : Classes : F : FountainFill : Methods : FountainFill.SetEdgePad |
Sub SetEdgePad(EdgePad As Long)
Member of FountainFill
The SetEdgePad method sets the value of the edge pad of a fountain fill. Changing the edge pad of the fill may change the position of the fountain-fill vector.
The following VBA 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 |
Copyright 2013 Corel Corporation. All rights reserved.