Previous Document Next Document
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.

Parameters
Description
Angle
Specifies the rotation in degrees. This value can range from 0 to 360.

The following code example sets the rotation angle of the fountain fill to 30?

Sub Test() 
 ActiveShape.Fill.Fountain.SetAngle 30 
End Sub 

Previous Document Next Document Back to Top

Copyright 2007 Corel Corporation. All rights reserved.