URL of the image painted as diagram's background.
Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming
C# 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.
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.