Skip to main content

ToolTipItemImageOptions.SvgImageSize Property

Gets or sets the size of the vector image.

Namespace: DevExpress.Utils

Assembly: DevExpress.Utils.v23.2.dll

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

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
ToolTipControlInfo
.ImageOptions .SvgImageSize
ToolTipControllerShowEventArgs
.ImageOptions .SvgImageSize
ToolTipItem
.ImageOptions .SvgImageSize
See Also