Previous Document Next Document
Ellipse.CenterX

Property CenterX As Double

Member of Ellipse

The CenterX property returns or sets the position of the x-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.

The following code example moves the ellipse so that its center appears at the left side of the current page:

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

Previous Document Next Document Back to Top

Copyright 2007 Corel Corporation. All rights reserved.