Skip to main content
All docs
V24.2

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

ImageOptions.SvgImageSize Property

Gets or sets vector image size.

Namespace: DevExpress.Utils

Assembly: DevExpress.Utils.v24.2.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