Previous Document Next Document

Object Model Reference : Classes : F : FountainFill : Methods : FountainFill.SetEdgePad


FountainFill.SetEdgePad

Sub SetEdgePad(EdgePad As Long)

Description

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.

Parameter
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.

VBA example

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

Previous Document Next Document Back to Top

Copyright 2013 Corel Corporation. All rights reserved.