Previous Document Next Document
Rectangle.SetRadius

Sub SetRadius(Radius As Double)

Member of Rectangle

The SetRadius method sets the same radius value for all corners in the rectangle. This value is measured in document units.

Parameters
Description
Radius
Specifies the value of the radius

The following code example sets the radius of all corners in the active rectangle to 0.3":

Sub Test() 
 ActiveShape.Rectangle.SetRadius 0.3 
End Sub 

Previous Document Next Document Back to Top

Copyright 2007 Corel Corporation. All rights reserved.