Skip to main content

ToolTipItemImageOptions.SvgImage Property

Gets or sets the vector image.

Namespace: DevExpress.Utils

Assembly: DevExpress.Utils.v23.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

The ToolTipItem.ImageOptions provide access to the following properties that allow you to specify the image displayed 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