ToolTipController.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 | Default | Description |
---|---|---|
Int32 | 7 | 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.