Skip to main content
All docs
V25.1
  • DiagramCustomShape.BackgroundImageToolboxUrl Property

    Specifies a shape image displayed in a toolbox.

    Namespace: DevExpress.Web.ASPxDiagram

    Assembly: DevExpress.Web.ASPxDiagram.v25.1.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