ImageOptions.SvgImageSize Property
Gets or sets vector image size.
Namespace: DevExpress.Utils
Assembly: DevExpress.Utils.v24.1.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:
Library | Object Type | Path to SvgImageSize |
---|---|---|
WinForms Controls | UIActionPropertiesCore |
|
TileNavElement |
|
|
TileNavPane |
|
|
RecentPanelBase |
|
|
RibbonControl |
|
|
RibbonOptionsTouch |
|
|
RibbonOptionsTouch |
|
|
RibbonOptionsTouch |
|
|
TileItem |
|
|
FluentSplashScreenOptions |
|
|
SplashFormProperties |
|
|
SplashScreen |
|
|
Dashboard | DashboardToolbarMenuItem |
|
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