DiagramCustomShape.BackgroundImageToolboxUrl Property
Specifies a shape image displayed in a toolbox.
Namespace: DevExpress.Web.ASPxDiagram
Assembly: DevExpress.Web.ASPxDiagram.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
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.
Note
Shape images should be supplied as SVG files.
See Also