Skip to main content

DXMenuItem.SvgImage Property

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

Namespace: DevExpress.Utils.Menu

Assembly: DevExpress.Utils.v23.2.dll

NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core

Declaration

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