ToolTipControllerShowEventArgs.IconSize Property
Gets the size of the predefined icon to display in the tooltip.
Namespace: DevExpress.Utils
Assembly: DevExpress.Utils.v24.1.dll
NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core
Declaration
Property Value
Type | Description |
---|---|
ToolTipIconSize | A ToolTipIconSize enumeration value that specifies the icon size. |
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.