ToolTipControllerShowEventArgs.IconSize Property
Gets the size of the predefined icon to display in the tooltip.
Namespace: DevExpress.Utils
Assembly: DevExpress.Utils.v24.2.dll
NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core
#Declaration
public ToolTipIconSize IconSize { get; set; }
#Property Value
Type | Description |
---|---|
Tool |
A Tool |
Available values:
Name | Description |
---|---|
Large | A large icon. |
Small | A small icon. |
#Remarks
You can use this property to change the size of the predefined icon. The icon itself is specified by the ToolTipControllerShowEventArgs.IconType property. If the ToolTipControllerShowEventArgs.IconType is ToolTipIconType.None, the icon is not displayed and thus the IconSize property is not in effect.
Use the e.ImageOptions property to display custom tooltip images and specify their settings.