ImageOptions.SvgImageSize Property
In This Article
Gets or sets vector image size.
Namespace: DevExpress.Utils
Assembly: DevExpress.Utils.v24.2.dll
NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core
#Declaration
#Property Value
Type | Description |
---|---|
Size | Vector image size. |
#Property Paths
You can access this nested property as listed below:
Show 11 property paths
Library | Object Type | Path to Svg |
---|---|---|
Win |
UIAction |
|
Tile |
|
|
Tile |
|
|
Recent |
|
|
Ribbon |
|
|
Ribbon |
|
|
Ribbon |
|
|
Ribbon |
|
|
Tile |
|
|
Fluent |
|
|
Splash |
|
|
Splash |
|
|
Dashboard | Dashboard |
|
#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