Back to Devexpress

ToolTipController.RoundRadius Property

windowsforms-devexpress-dot-utils-dot-tooltipcontroller-8d9ccc9c.md

latest2.3 KB
Original Source

ToolTipController.RoundRadius Property

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

Declaration

csharp
[DefaultValue(7)]
[DXCategory("Appearance")]
public int RoundRadius { get; set; }
vb
<DefaultValue(7)>
<DXCategory("Appearance")>
Public Property RoundRadius As Integer

Property Value

TypeDefaultDescription
Int327

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

|

| |

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

Rounded

ToolTipController Class

ToolTipController Members

DevExpress.Utils Namespace