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

SuperToolTip.Appearance Property

This property is not supported by the SuperToolTip class.

Namespace: DevExpress.Utils

Assembly: DevExpress.Utils.v19.2.dll

Declaration

[Browsable(false)]
public override AppearanceObject Appearance { get; }

Property Value

Type
AppearanceObject

Remarks

The Appearance property is not supported for the SuperToolTip object. However, it’s possible to change the appearance of individual tooltip items, as they provide their own Appearance properties. See SuperToolTip, to learn about tooltip items.

See Also