Previous Document Next Document

Object Model Reference : Classes : F : FountainFill : Methods : FountainFill.SetAngle


FountainFill.SetAngle

Sub SetAngle(Angle As Double)

Description

Member of FountainFill

The Angle property rotates the fountain-fill vector. Positive values rotate the fill counterclockwise; negative values rotate it clockwise.

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

VBA example

The following VBA 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 2013 Corel Corporation. All rights reserved.