windowsforms-devexpress-dot-utils-dot-tooltipcontroller-8d9ccc9c.md
Gets or sets the radius of the rounded corners of the tooltip window.
Namespace : DevExpress.Utils
Assembly : DevExpress.Utils.v25.2.dll
NuGet Packages : DevExpress.Utils, DevExpress.Wpf.Core
[DefaultValue(7)]
[DXCategory("Appearance")]
public int RoundRadius { get; set; }
<DefaultValue(7)>
<DXCategory("Appearance")>
Public Property RoundRadius As Integer
| Type | Default | Description |
|---|---|---|
| Int32 | 7 |
The radius of the rounded corners.
|
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
|
| |
Rounded is true
RoundRadius is 7
|
| |
Rounded is true
RoundRadius is 15
|
|
Note
The Rounded and RoundRadius properties are not in effect for SuperToolTips.
See Also