EllipseHeight
property (DataWindow object)
Description
The radius of the vertical part of the corners of a
RoundRectangle.
Applies to
RoundRectangle controls
Syntax
PowerBuilder dot notation:
|
1 |
dw_control.Object.rrectname.EllipseHeight |
Describe and Modify argument:
|
1 |
"rrectname.EllipseHeight { = ' integer ' }" |
|
Parameter |
Description |
|---|---|
|
rrectname |
The name of the RoundRectangle control in the |
|
integer |
(exp) An integer specifying the radius of the |
Usage
In the painter
Select the control and set the value in the Properties view,
General tab.
Examples
|
1 2 3 4 5 6 |
string setting setting = dw1.Object.rrect_1.EllipseHeight dw1.Object.rrect_1.EllipseHeight = 35 setting = dw1.Describe("rrect_1.EllipseHeight") dw1.Modify("rrect_1.EllipseHeight=35") dw1.Modify("rrect_1.EllipseHeight='10~tIf(...,20,30)'") |
Document get from Powerbuilder help
Thank you for watching.
Subscribe
Login
0 Comments
Oldest