ToolTipControllerShowEventArgs.RoundRadius Property
Gets or sets the radius of the rounded corners of the tooltip window.
Namespace: DevExpress.Utils
Assembly: DevExpress.Utils.v24.1.dll
NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core
Declaration
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