yRadius Property

The yRadius property returns or sets the rectangle corner-rounding radius in the Y direction. Returns a Double.

Syntax

object.yRadius

object.yRadius = yRadius

 

Parameter Type Description
yRadius Double required, in page units

 

Example 1

This example demonstrates how to return the Y direction corner-rounding radius of a rectangle.

Debug.Print Rectangle.yRadius

Example 2

This example demonstrates how to set the Y direction corner-rounding radius of a rectangle to 0.25 page units.

Rectangle.yRadius= 0.25

 

Used by: AutoRectangle object