Back to Devexpress

ToolTipControllerShowEventArgs.IconSize Property

windowsforms-devexpress-dot-utils-dot-tooltipcontrollershoweventargs-65380ff9.md

latest2.3 KB
Original Source

ToolTipControllerShowEventArgs.IconSize Property

Gets the size of the predefined icon to display in the tooltip.

Namespace : DevExpress.Utils

Assembly : DevExpress.Utils.v25.2.dll

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

Declaration

csharp
public ToolTipIconSize IconSize { get; set; }
vb
Public Property IconSize As ToolTipIconSize

Property Value

TypeDescription
ToolTipIconSize

A ToolTipIconSize enumeration value that specifies the icon size.

|

Available values:

NameDescription
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.

See Also

IconType

ImageList

ToolTipControllerShowEventArgs Class

ToolTipControllerShowEventArgs Members

DevExpress.Utils Namespace