Previous Document Next Document
FountainFill.Angle

Property Angle As Double

Member of FountainFill

The Angle property returns the angle of the fountain fill. Positive values rotate the fill counterclockwise; negative values rotate it clockwise.

You can use the SetAngle method to change the angle of fountain fill.

The Angle property returns a read-only value.

The following code example displays the angle of the fountain fill of the selected shape:

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

Previous Document Next Document Back to Top

Copyright 2007 Corel Corporation. All rights reserved.