Previous Document Next Document

Object Model Reference : Classes : E : Ellipse : Properties : Ellipse.CenterY


Ellipse.CenterY

Property CenterY As Double

Description

Member of Ellipse

The CenterY property returns or specifies the position of the y-coordinate for the center of an ellipse, arc, or pie. This is not the same as the geometrical center of the shape for an arc or a pie.

VBA example

The following VBA example moves the ellipse so that its center appears at the bottom side of the current page.

Sub Test()
 ActiveShape.Ellipse.CenterY = 0
End Sub

Previous Document Next Document Back to Top

Copyright 2013 Corel Corporation. All rights reserved.