TdxCustomCalloutPopup.Rounded Property
Specifies if the callout popup’s border is painted with rounded corners.
Declaration
property Rounded: Boolean read; write; default False;
Property Value
Type | Default |
---|---|
Boolean | False |
Remarks
Set this property to True to display the popup with rounded corners. Use the RoundRadius property to adjust their border radius.
The default value of the Rounded property is False.
See Also