Previous Document Next Document

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


FountainFill.EndY

Property EndY As Double

Description

Member of FountainFill

The EndY property returns or specifies the vertical ending-coordinate of a fountain-fill vector. For radial, rectangular, and conical fills, the starting point is the center point of the fill.

The EndY property is measured in document units.

VBA example

The following VBA example draws circles around the starting and ending points of the fountain-fill vector.

Sub Test()
 With ActiveShape.Fill.Fountain
  ActiveLayer.CreateEllipse2 .StartX, .StartY, 0.2
  ActiveLayer.CreateEllipse2 .EndX, .EndY, 0.2
 End With
End Sub

Previous Document Next Document Back to Top

Copyright 2013 Corel Corporation. All rights reserved.