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