Object Model Reference : Classes : F : FountainFill : Methods : FountainFill.SetAngle |
Sub SetAngle(Angle As Double)
Member of FountainFill
The Angle property rotates the fountain-fill vector. Positive values rotate the fill counterclockwise; negative values rotate it clockwise.
The following VBA example sets the rotation angle of the fountain fill to 30°.
Sub Test() |
ActiveShape.Fill.Fountain.SetAngle 30 |
End Sub |
Copyright 2013 Corel Corporation. All rights reserved.