xRadius Property
The xRadius property returns or sets the rectangle corner-rounding radius in the X direction. Returns a Double.
Syntax
object.xRadius
object.xRadius = xRadius
Parameter | Type | Description |
xRadius | Double | required, in page units |
Example 1
This example demonstrates how to return the X direction corner-rounding radius of a rectangle.
Debug.Print Rectangle.xRadius
Example 2
This example demonstrates how to set the X direction corner-rounding radius of a rectangle to 0.25 page units.
Rectangle.xRadius = 0.25
Used by: AutoRectangle object