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

ToolTipController.Appearance Property

Gets or sets the settings that control the appearance of a tooltip’s window and text.

Namespace: DevExpress.Utils

Assembly: DevExpress.Utils.v19.2.dll

Declaration

[DXCategory("Appearance")]
public AppearanceObject Appearance { get; }

Property Value

Type Description
AppearanceObject

An AppearanceObject object that contains the appearance settings.

Remarks

The Appearance property can be used to specify the appearance settings for the tooltip window:

  • background and border colors and gradient mode for the entire tooltip window;
  • foreground color, font settings and alignment for the tooltip’s text. To customize the appearance settings for a tooltip’s title, use the ToolTipController.AppearanceTitle property.

For more information on appearances refer to the Appearances topic.

See Also