<< Click to Display Table of Contents >>
RoundAspectX |
This property defines the dimension of rectangle sizes on X 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. Example:
Sub RoundRect_Click()
RoundAspectX = 0.5
End Sub