ASP.NET Pack Programmer's Guide
Diagram.BackgroundImageUrl Property
See Also
 





URL of the image painted as diagram's background.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public string BackgroundImageUrl { get; set; }

Visual Basic  Copy Code

Public Property BackgroundImageUrl As String

 Property Value

A string specifying the location of the image file.

 Remarks

This property is used in the WebForms version of the control. Its advantage is that it allows for the diagram items to be loaded faster on the client side, while the background image is loaded asynchronously.

 See Also

Diagram Members
Diagram Class
MindFusion.Diagramming Namespace