Skip to main content
A newer version of this page is available. .

ToolTipItemImageOptions.SvgImage Property

Gets or sets the vector image.

Namespace: DevExpress.Utils

Assembly: DevExpress.Utils.v20.1.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
ToolTipTitleItem
.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.

The following code snippet (auto-collected from DevExpress Examples) contains a reference to the SvgImage property.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also