Back to Devexpress

ToolTipItemImageOptions.SvgImageSize Property

windowsforms-devexpress-dot-utils-dot-tooltipitemimageoptions-997cf9b9.md

latest1.9 KB
Original Source

ToolTipItemImageOptions.SvgImageSize Property

Gets or sets the size of the vector image.

Namespace : DevExpress.Utils

Assembly : DevExpress.Utils.v25.2.dll

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

Declaration

csharp
public override Size SvgImageSize { get; set; }
vb
Public Overrides Property SvgImageSize As Size

Property Value

TypeDescription
Size

A Size structures that specifies the vector image size.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to SvgImageSize
ToolTipControlInfo

.ImageOptions .SvgImageSize

| | ToolTipControllerShowEventArgs |

.ImageOptions .SvgImageSize

| | ToolTipItem |

.ImageOptions .SvgImageSize

|

See Also

ToolTipItemImageOptions Class

ToolTipItemImageOptions Members

DevExpress.Utils Namespace