Skip to main content
A newer version of this page is available. .

ToolTipControllerShowEventArgs.Rounded Property

Gets or sets whether the tooltip window has rounded corners.

Namespace: DevExpress.Utils

Assembly: DevExpress.Utils.v19.1.dll

Declaration

public bool Rounded { get; set; }

Property Value

Type Description
Boolean

true if tooltip window’s corners are rounded; otherwise, false.

Remarks

Use the property to specify whether the tooltip window has rounded or regular corners. The radius of rounded corners is specified by the ToolTipControllerShowEventArgs.RoundRadius property.

Note

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

See Also