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.1.dll
NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core
Declaration
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