The radius of the vertical part of the corners of a RoundRectangle.
RoundRectangle controls
Describe and Modify argument:
"rrectname.EllipseHeight { = ' integer ' }"
Parameter |
Description |
---|---|
rrectname |
The name of the RoundRectangle control in the DataWindow for which you want to get or set the ellipse height. |
integer |
(exp) An integer specifying the radius of the vertical part of the corners of a RoundRectangle in the DataWindow’s unit of measure. EllipseHeight can be a quoted DataWindow expression. |
Select the control and set the value in the Properties window, General category.
[Visual Basic] setting = dw1.Describe("rrect_1.EllipseHeight")
dw1.Modify("rrect_1.EllipseHeight=35")
dw1.Modify("rrect_1.EllipseHeight='10~tIf(...,20,30)'")