Skip to main content
All docs
V25.1
  • ToolTipItemImageOptions.SvgImageSize Property

    Gets or sets the size of the vector image.

    Namespace: DevExpress.Utils

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