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

ToolTipController.Rounded Property

Gets or sets whether the tooltip’s corners are rounded.

Namespace: DevExpress.Utils

Assembly: DevExpress.Utils.v24.2.dll

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

#Declaration

[DefaultValue(false)]
[DXCategory("Appearance")]
public bool Rounded { get; set; }

#Property Value

Type Default Description
Boolean false

true to display hints with rounded corners; otherwise, false.

#Remarks

When the Rounded property value is true, you can control the corners’ appearance using the ToolTipController.RoundRadius property. The table below shows how these properties affect a hints’ appearance.

The Rounded property value is false

ToolTipController_Rounded_False

The Rounded property value is true

The RoundRadius property value is 7

ToolTipController_Rounded_True7

The Rounded property value is true

The RoundRadius property value is 15

ToolTipController_Rounded_True15

Note

The Rounded and RoundRadius properties are not in effect for SuperToolTips.

See Also