URL of the image painted as diagram's background.
Namespace: MindFusion.Diagramming
Assembly: 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.
MindFusion.Diagramming Developer's Guide | © 2024 MindFusion |