Back to Devexpress

ImageOptions.SvgImageSize Property

windowsforms-devexpress-dot-utils-dot-imageoptions-14e21cc8.md

latest4.6 KB
Original Source

ImageOptions.SvgImageSize Property

Gets or sets vector image size.

Namespace : DevExpress.Utils

Assembly : DevExpress.Utils.v25.2.dll

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

Declaration

csharp
[DXCategory("Appearance")]
public virtual Size SvgImageSize { get; set; }
vb
<DXCategory("Appearance")>
Public Overridable Property SvgImageSize As Size

Property Value

TypeDescription
Size

Vector image size.

|

Property Paths

You can access this nested property as listed below:

Show 11 property paths

LibraryObject TypePath to SvgImageSize
WinForms ControlsUIActionPropertiesCore

.ImageOptions .SvgImageSize

| | TileNavElement |

.TileImageOptions .SvgImageSize

| | TileNavPane |

.SeparatorImageOptions .SvgImageSize

| | RecentPanelBase |

.ImageOptions .SvgImageSize

| | RibbonControl |

.HeaderAreaImageOptions .SvgImageSize

| | RibbonOptionsTouch |

.MouseModeImageOptions .SvgImageSize

| | RibbonOptionsTouch |

.TouchModeImageOptions .SvgImageSize

| | RibbonOptionsTouch |

.TouchMouseModeSelectorImageOptions .SvgImageSize

| | TileItem |

.ImageOptions .SvgImageSize

| | FluentSplashScreenOptions |

.LogoImageOptions .SvgImageSize

| | SplashFormProperties |

.ImageOptions .SvgImageSize

| | SplashScreen |

.SplashImageOptions .SvgImageSize

| | Dashboard | DashboardToolbarMenuItem |

.ImageOptions .SvgImageSize

|

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

ImageOptions Class

ImageOptions Members

DevExpress.Utils Namespace