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

DXMenuItem.SvgImage Property

Gets or sets the vector image that is this DXMenuItem icon.

Namespace: DevExpress.Utils.Menu

Assembly: DevExpress.Utils.v19.1.dll

Declaration

[Browsable(false)]
public SvgImage SvgImage { get; set; }

Property Value

Type Description
SvgImage

An SvgImage object that is the vector image assigned to this DXMenuItem.

Remarks

Refer to the High DPI Support document to learn more about advantages vector images provide. The How To: Draw and Use SVG Images article describes how to draw and utilize these images.

See Also