RoundAspectX

<< Click to Display Table of Contents >>

 

RoundAspectX

Number This property defines the dimension of the sizes of this object on the horizontal axis. Thus, according to the value defined on this property, this object's 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()
  RoundAspectX = 0.5
End Sub

Was this page useful?