Skip to main content

ToolTipIconSize Enum

Enumerates values that specify the size of a predefined icon displayed within a tooltip.

Namespace: DevExpress.Utils

Assembly: DevExpress.Utils.v23.2.dll

NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core

Declaration

public enum ToolTipIconSize

Members

Name Description
Large

A large icon.

image

Small

A small icon.

image

Related API Members

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