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.Appearance Property

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

Namespace: DevExpress.Utils

Assembly: DevExpress.Utils.v24.2.dll

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

#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