Back to Devexpress

ToolTipControllerShowEventArgs.ImageOptions Property

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

latest2.6 KB
Original Source

ToolTipControllerShowEventArgs.ImageOptions Property

Provides access to options that specify the raster or vector image displayed in the processed tooltip.

Namespace : DevExpress.Utils

Assembly : DevExpress.Utils.v25.2.dll

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

Declaration

csharp
public ToolTipItemImageOptions ImageOptions { get; }
vb
Public ReadOnly Property ImageOptions As ToolTipItemImageOptions

Property Value

TypeDescription
ToolTipItemImageOptions

An object that specifies the image displayed in the processed tooltip.

|

Remarks

The ToolTipControllerShowEventArgs.ImageOptions provide access to the following properties that allow you to specify the image displayed in the processed tooltip:

See Also

ToolTipControllerShowEventArgs Class

ToolTipControllerShowEventArgs Members

DevExpress.Utils Namespace