Object Model Reference : Classes : F : FountainFill : Properties : 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 VBA 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 |
Copyright 2013 Corel Corporation. All rights reserved.