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

    Gets or sets vector image size.

    Namespace: DevExpress.Utils

    Assembly: DevExpress.Utils.v25.1.dll

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

    Declaration

    [DXCategory("Appearance")]
    public virtual Size SvgImageSize { get; set; }

    Property Value

    Type Description
    Size

    Vector image size.

    Property Paths

    You can access this nested property as listed below:

    Show 11 property paths

    Remarks

    The SvgImageSize property allows you to explicitly specify size of a vector image. This property is ignored if the icon size is specified internally, or items contain other properties that control icon size.

    For example, the SvgImageSize property affects image size for a BarItem located in a Bar Manager. However, if the item is located in a Ribbon, the SvgImageSize property has no effect (the BarItem.RibbonStyle property has a higher priority).

    See Also