Back to Devexpress

ToolTipIconSize Enum

windowsforms-devexpress-dot-utils-7a15ba32.md

latest1.9 KB
Original Source

ToolTipIconSize Enum

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

Declaration

csharp
public enum ToolTipIconSize
vb
Public Enum ToolTipIconSize

Members

NameDescription
Large

A large icon.

| | Small |

A small icon.

|

The following properties accept/return ToolTipIconSize values:

Remarks

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

ToolTipController.IconSize

ToolTipControllerShowEventArgs.IconSize

DevExpress.Utils Namespace