A radius can be applied to various elements and when in certain states (hover, pressed, etc.) on form controls.
| Control Type | Example | 
|---|---|
| Combo Box |  | 
| Slider |  | 
| Spin Button |  | 
This applies to the following properties and controls:
| Property | Available on controls | 
|---|---|
| Border Radius Specifies the border radius of the control. | Hyperlink, Label, Picture Box, Spin Button The Hyperlink control requires its property Border Style to be set to SingleLine. | 
| Border Radius (Hover) Specifies the border radius of the control when in a hovered state. | Hyperlink, Picture Box The Hyperlink control requires its property Border Style to be set to SingleLine. | 
| Button Border Radius Specifies the border radius of buttons in the control. If the value is blank, "Border Radius" will be applied. | Spin Button | 
| Check Border Radius Controls the border radius of the check. | Check Box, Check Box Group | 
| Group Border Radius Specifies the radius of the border shown around the group. | Check Box Group, Option Group | 
| Input Border Radius Specifies the border radius of the control's input area. | Combo Box, Numeric Text Box, Spin Button, Text Box | 
| List Border Radius Specifies the border radius of the list. | List Box | 
| List Item Border Radius Specifies the border radius of list items. | List Box | 
| Thumb Border Radius Specifies the border radius of the slider's thumb. | Slider | 
| Track Border Radius Specifies the border radius of the slider's track. | Slider | 
Property Type:  Static
Static
A Static property can be made Dynamic (to control the value from a rule).
See Change a Static Property to a Dynamic Property.
When the control is added the Default Value of this property will be set to 0
To change the default Static value:
Ensure the property is a static property (It will display the gray orb alongside the property name).
The default value of the static property can be changed by:
To build a rule to control the value:
The function BorderRadius assists in creating the format required when applying a different radius to each corner of the border.
See Build a Rule for the Dynamic Property.
Value set in Form Designer. For DriveWorks projects static properties can be made Dynamic by double clicking the gray radio button.