Specifies the border radius of the picture container inside the button.
Picture Border Radius (Hover)
Specifies the border radius of the picture container inside the button, when the button is hovered.
Picture Border Radius (Pressed)
Specifies the border radius of the picture container inside the button, when the button is pressed.
This property is available for the following controls:
Property Type: Static
A Static property can be made Dynamic (to control the value from a rule).
See Change a Static Property to a Dynamic Property.
Picture Border Radius
When the control is added the Default Value of this property will be set to 0
Picture Border Radius (Hover), Picture Border Radius (Pressed)
When the control is added the Default Value of this property will be set to null
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:
This property will accept the following values:
Value | Description |
---|---|
5 | A single value is applied to all four corners.
The following units can be specified (for example 5px):
|
5 10 | When two values (separated with a space) are given:
|
5 10 15 | When three values (separated with a space) are given:
|
5 10 15 20 | When four values (separated with a space) are given:
|
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. Static properties can be made Dynamic by double clicking the gray radio button.