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

ToolTipItemImageOptions.SvgImageSize Property

Gets or sets the size of the vector image.

Namespace: DevExpress.Utils

Assembly: DevExpress.Utils.v19.2.dll

Declaration

public override Size SvgImageSize { get; set; }

Property Value

Type Description
Size

A Size structures that specifies the vector image size.

Property Paths

You can access this nested property as listed below:

Object Type Path to SvgImageSize
ToolTipItem
.ImageOptions.SvgImageSize
ToolTipTitleItem
.ImageOptions.SvgImageSize
See Also