Back to Devexpress

ToolTipController.Rounded Property

windowsforms-devexpress-dot-utils-dot-tooltipcontroller-5c0bdb2a.md

latest2.2 KB
Original Source

ToolTipController.Rounded Property

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

Namespace : DevExpress.Utils

Assembly : DevExpress.Utils.v25.2.dll

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

Declaration

csharp
[DefaultValue(false)]
[DXCategory("Appearance")]
public bool Rounded { get; set; }
vb
<DefaultValue(False)>
<DXCategory("Appearance")>
Public Property Rounded As Boolean

Property Value

TypeDefaultDescription
Booleanfalse

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

|

| |

The Rounded property value is true

The RoundRadius property value is 7

|

| |

The Rounded property value is true

The RoundRadius property value is 15

|

|

Note

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

See Also

RoundRadius

ToolTipController Class

ToolTipController Members

DevExpress.Utils Namespace