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

BarItemImageOptions.DefaultSvgImageSize Property

Gets or sets the size of the default vector image.

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v19.1.dll

Declaration

[Browsable(false)]
public virtual Size DefaultSvgImageSize { get; set; }

Property Value

Type Description
Size

A Size object specifying the size of the default vector image.

Property Paths

You can access this nested property as listed below:

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

Remarks

This member supports the internal infrastructure, and is not intended to be used directly from your code.

See Also