Skip to main content
Bar

BarItemImageOptions.DisabledSvgImageSize Property

Gets or sets the required size of the vector image in disabled state.

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

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

Property Value

Type Description
Size

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

Property Paths

You can access this nested property as listed below:

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

Remarks

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

See Also