Back to Devexpress

ToolTipItemImageOptions.SvgImage Property

windowsforms-devexpress-dot-utils-dot-tooltipitemimageoptions-e272729e.md

latest3.2 KB
Original Source

ToolTipItemImageOptions.SvgImage Property

Gets or sets the vector image.

Namespace : DevExpress.Utils

Assembly : DevExpress.Utils.v25.2.dll

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

Declaration

csharp
public override SvgImage SvgImage { get; set; }
vb
Public Overrides Property SvgImage As SvgImage

Property Value

TypeDescription
SvgImage

An SvgImage object that specifies the vector image.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to SvgImage
ToolTipControlInfo

.ImageOptions .SvgImage

| | ToolTipControllerShowEventArgs |

.ImageOptions .SvgImage

| | ToolTipItem |

.ImageOptions .SvgImage

|

Remarks

ToolTipItem.ImageOptions allow you to display the image in the item:

You can also use the ToolTipItem.Icon property to specify the item’s icon. The Icon property has priority over ImageOptions.

See Also

ToolTipItemImageOptions Class

ToolTipItemImageOptions Members

DevExpress.Utils Namespace