Previous Document Next Document
FountainFill.EdgePad

Property EdgePad As Long

Member of FountainFill

The EdgePad parameter returns the percentage value of the edge pad of a fountain fill.

You can use the SetEdgePad method to change the value of the edge pad.

The EdgePad parameter returns a read-only value.

The following code example displays the percentage value of the edge pad of the fountain fill in the active shape:

Sub Test() 
 MsgBox ActiveShape.Fill.Fountain.EdgePad 
End Sub 

Previous Document Next Document Back to Top

Copyright 2007 Corel Corporation. All rights reserved.