<< Click to Display Table of Contents >>
RoundAspectY |
This property defines the dimension of rectangle height on Y axis. Thus, according to the value defined on this property, rectangle corners change their shape, from a rectangle to an ellipse. This property may vary its value from 0,1 to 1,0. The next script contains an example of using this property.
Sub RoundRect_Click()
RoundAspectY = 0.5
End Sub