ToolTipController.Appearance Property
In This Article
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 |
---|---|
Appearance |
An Appearance |
#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