TRVChatCalloutProperties.CornerRadiusLarge, CornerRadiusSmall

<< Click to display table of contents >>

TRVChatCalloutProperties.CornerRadiusLarge, CornerRadiusSmall

The properties define the corner rounding radii of the callout bubble. A smaller radius is used when bubbles from the same speaker appear consecutively.

property CornerRadiusSmall: TRVPixel96Length;
property CornerRadiusLarge: TRVPixel96Length;

Zero or positive values are allowed.

These properties are measured in pixels, where 1 pixel = 1/96 of an inch. The actual size is calculated based on the document’s DPI value.

Default values

CornerRadiusSmall: 5

CornerRadiusLarge: 10