RoundAspectY

<< Click to Display Table of Contents >>

 

RoundAspectY

Number 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. Example:

Sub RoundRect_Click()
  RoundAspectY = 0.5
End Sub

Was this page useful?