Skip to main content
Bar

BarItemImageOptions.SvgImageSize Property

Gets or sets the required size of the vector image.

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

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:

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

Remarks

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

See Also