Back to Devexpress

ToolTipControllerShowEventArgs.RoundRadius Property

windowsforms-devexpress-dot-utils-dot-tooltipcontrollershoweventargs-e5ebefca.md

latest1.9 KB
Original Source

ToolTipControllerShowEventArgs.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
public int RoundRadius { get; set; }
vb
Public Property RoundRadius As Integer

Property Value

TypeDescription
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 Super and Flyout tooltips.

See Also

Rounded

ToolTipControllerShowEventArgs Class

ToolTipControllerShowEventArgs Members

DevExpress.Utils Namespace