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

ToolTipController.RoundRadius Property

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

Namespace: DevExpress.Utils

Assembly: DevExpress.Utils.v19.2.dll

Declaration

[DefaultValue(7)]
[DXCategory("Appearance")]
public int RoundRadius { get; set; }

Property Value

Type Default Description
Int32 7

The radius of the rounded corners.

Remarks

The property allows you to specify the radius of rounded corners when the ToolTipController.Rounded property is set to true. If ToolTipController.Rounded is false, the RoundRadius property is not in effect.

The greater the value of the RoundRadius property the larger the curvature of the corners.

Rounded is false

ToolTipController_Rounded_False

Rounded is true

RoundRadius is 7

ToolTipController_Rounded_True7

Rounded is true

RoundRadius is 15

ToolTipController_Rounded_True15

Note

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

See Also