Skip to main content

DiagramCustomShape.BackgroundImageToolboxUrl Property

Specifies a shape image displayed in a toolbox.

Namespace: DevExpress.Web.ASPxDiagram

Assembly: DevExpress.Web.ASPxDiagram.v24.2.dll

NuGet Package: DevExpress.Web

#Declaration

[DefaultValue("")]
public string BackgroundImageToolboxUrl { get; set; }

#Property Value

Type Default Description
String String.Empty

The image URL.

#Remarks

If the BackgroundImageToolboxUrl property is not set, the toolbox displays an image specified in the BackgroundImageUrl property.

Diagram

Note

Shape images should be supplied as SVG files.

See Also