windowsforms-devexpress-dot-utils-7a15ba32.md
Enumerates values that specify the size of a predefined icon displayed within a tooltip.
Namespace : DevExpress.Utils
Assembly : DevExpress.Utils.v25.2.dll
NuGet Packages : DevExpress.Utils, DevExpress.Wpf.Core
public enum ToolTipIconSize
Public Enum ToolTipIconSize
| Name | Description |
|---|---|
Large |
A large icon.
|
| Small |
A small icon.
|
The following properties accept/return ToolTipIconSize values:
Use the ToolTipController.IconSize property to specify the default icon size for all tooltips. To customize the icon size for a particular tooltip, you can use the IconSize argument in a ToolTipController.BeforeShow event handler.
See Also