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.v22.1.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Advanced)]
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:

Object Type Path to DefaultSvgImageSize
BarButtonItem
.ImageOptions .DefaultSvgImageSize
BarItem
.ImageOptions .DefaultSvgImageSize
BarItemLink
.ImageOptions .DefaultSvgImageSize

Remarks

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

See Also