Object Model Reference : Classes : R : Rectangle : Methods : Rectangle.SetRadius |
Sub SetRadius(Radius As Double)
Member of Rectangle
The SetRadius method sets the same radius value for all corners in a rectangle. This value is measured in document units.
The following VBA example sets the radius of all corners in the active rectangle to 0.3".
Sub Test() |
ActiveShape.Rectangle.SetRadius 0.3 |
End Sub |
Copyright 2013 Corel Corporation. All rights reserved.