URL of the image painted as diagram's background.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public string BackgroundImageUrl { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property BackgroundImageUrl As String |
A string specifying the location of the image file.
RemarksThis 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