Skip to main content
A newer version of this page is available. .

DiagramCustomShape.DefaultImageUrl Property

Specifies the shape image’s URL.

Namespace: DevExpress.Web.ASPxDiagram

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

NuGet Package: DevExpress.Web

Declaration

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

Property Value

Type Default Description
String String.Empty

The image URL.

Remarks

Use the DefaultImageUrl property to specify an image displayed in the shape. This option is in effect for shapes with the BaseType property set to CardWithImageOnLeft, CardWithImageOnRight, or CardWithImageOnTop.

Diagram

See Also