DiagramCustomShape.BackgroundImageToolboxUrl Property
In This Article
Specifies a shape image displayed in a toolbox.
Namespace: DevExpress.Web.ASPxDiagram
Assembly: DevExpress.Web.ASPxDiagram.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
#Property Value
Type | Default | Description |
---|---|---|
String | String. |
The image URL. |
#Remarks
If the BackgroundImageToolboxUrl property is not set, the toolbox displays an image specified in the BackgroundImageUrl property.
Note
Shape images should be supplied as SVG files.
See Also