Previous Document Next Document

Object Model Reference : Classes : F : FountainFill : Properties : FountainFill.Angle


FountainFill.Angle

Property Angle As Double

Description

Member of FountainFill

The Angle property returns the angle of a fountain fill. Positive values rotate the fill counterclockwise, while 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.

VBA example

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