Skip to main content
A newer version of this page is available. .

ToolTipControllerShowEventArgs.RoundRadius Property

Gets or sets the radius of the rounded corners of the tooltip window.

Namespace: DevExpress.Utils

Assembly: DevExpress.Utils.v18.2.dll

Declaration

public int RoundRadius { get; set; }

Property Value

Type Description
Int32

The radius of the rounded corners.

Remarks

Use the property to specify the radius of rounded corners when the ToolTipControllerShowEventArgs.Rounded property is true. If ToolTipControllerShowEventArgs.Rounded property is false, RoundRadius is not in effect.

For more information refer to the ToolTipController.RoundRadius topic.

Note

The Rounded and RoundRadius properties are not in effect for SuperToolTips.

See Also