Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

ToolTipControllerShowEventArgs.RoundRadius Property

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

Namespace: DevExpress.Utils

Assembly: DevExpress.Utils.v24.2.dll

NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core

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

See Also