Skip to main content
A newer version of this page is available. .
Bar

BarItemImageOptions.SvgImageSize Property

Gets or sets the required size of the vector image.

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v19.1.dll

Declaration

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

Property Value

Type Description
Size

A Size structure that specifies the required size for rendering the vector image.

Property Paths

You can access this nested property as listed below:

Show 36 property paths
Object Type Path to SvgImageSize
BarBaseButtonItem
.ImageOptions.SvgImageSize
BarBaseButtonItemLink
.ImageOptions.SvgImageSize
BarButtonGroup
.ImageOptions.SvgImageSize
BarButtonGroupLink
.ImageOptions.SvgImageSize
BarButtonItem
.ImageOptions.SvgImageSize
BarButtonItemLink
.ImageOptions.SvgImageSize
BarCheckItem
.ImageOptions.SvgImageSize
BarCheckItemLink
.ImageOptions.SvgImageSize
BarCustomContainerItem
.ImageOptions.SvgImageSize
BarCustomContainerItemLink
.ImageOptions.SvgImageSize
BarDockingMenuItem
.ImageOptions.SvgImageSize
BarDockingMenuItemLink
.ImageOptions.SvgImageSize
BarEditItem
.ImageOptions.SvgImageSize
BarEditItemLink
.ImageOptions.SvgImageSize
BarHeaderItem
.ImageOptions.SvgImageSize
BarHeaderItemLink
.ImageOptions.SvgImageSize
BarItem
.ImageOptions.SvgImageSize
BarItemLink
.ImageOptions.SvgImageSize
BarLargeButtonItem
.ImageOptions.SvgImageSize
BarLargeButtonItemLink
.ImageOptions.SvgImageSize
BarLinkContainerItem
.ImageOptions.SvgImageSize
BarLinkContainerItemLink
.ImageOptions.SvgImageSize
BarListItem
.ImageOptions.SvgImageSize
BarListItemLink
.ImageOptions.SvgImageSize
BarMdiChildrenListItem
.ImageOptions.SvgImageSize
BarMdiChildrenListItemLink
.ImageOptions.SvgImageSize
BarStaticItem
.ImageOptions.SvgImageSize
BarStaticItemLink
.ImageOptions.SvgImageSize
BarSubItem
.ImageOptions.SvgImageSize
BarSubItemLink
.ImageOptions.SvgImageSize
BarToggleSwitchItem
.ImageOptions.SvgImageSize
BarToggleSwitchItemLink
.ImageOptions.SvgImageSize
BarToolbarsListItem
.ImageOptions.SvgImageSize
BarToolbarsListItemLink
.ImageOptions.SvgImageSize
RibbonGalleryBarItem
.ImageOptions.SvgImageSize
RibbonGalleryBarItemLink
.ImageOptions.SvgImageSize

Remarks

See this article to learn more about SVG icon support in DevExpress controls.

See Also