TdxCustomCalloutPopup.RoundRadius Property
Specifies the border radius (in pixels) of rounded corners.
Declaration
property RoundRadius: Integer read; write; default 3;
Property Value
| Type | Default |
|---|---|
| Integer | 3 |
Remarks
This property is in effect if the Rounded property is set to True.
The default value of the RoundRadius property is 3.
See Also