Object Model Reference : Classes : E : Ellipse : Properties : Ellipse.VRadius |
Property VRadius As Double
Member of Ellipse
The VRadius property returns or specifies the vertical radius of an ellipse.
The VRadius property does not take object rotation into account; thus, an ellipse that is rotated 90° returns the same vertical radius as the ellipse before the rotation.
The following VBA example sets the vertical radius of the selected ellipse to 1".
Sub Test() |
ActiveShape.Ellipse.VRadius = 1 |
End Sub |
Copyright 2013 Corel Corporation. All rights reserved.