|
CornerRadius$ |
Corner Radius |
This property is used to set the corner radius for a control. Works only in 4D mode.
Possible values are:
|
(Null) |
Property is not set. | ||||||||||||||||||||||
|
Round |
Sets the default radius of 3 for round corners. | ||||||||||||||||||||||
|
Square |
Sets the default radius of 0 for square corners. | ||||||||||||||||||||||
|
(Value) |
Enter a value within the range shown below (based on control type).
Note: |
Example:
Button CornerRadius$ set to Round:
BUTTON 100,@(10,10,12,3)="{!Stop}"
y=100
y'CornerRadius$="round"
Button CornerRadius$ set to Square:
BUTTON 100,@(10,10,12,3)="{!Stop}"
y=100
y'CornerRadius$="square"
Button CornerRadius$ set to a value of 10:
BUTTON 100,@(10,10,12,3)="{!Stop}"
y=100
y'CornerRadius$="10"
(The CornerRadius$ property was added in PxPlus 2026.)
BUTTON • CHECK_BOX • DROP_BOX • LIST_BOX • LIST_VIEW • MULTI_LINE • RADIO_BUTTON • TREE_VIEW • TRISTATE_BOX • VARDROP_BOX