Skip to main content

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

public override SvgImage SvgImage { get; set; }

Property Value

Type Description
SvgImage

An SvgImage object that specifies the vector image.

Property Paths

You can access this nested property as listed below:

Object Type Path 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