Gets or sets a URL used to load an image into this node.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public string ImageUrl { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property ImageUrl As String |
A string specifying the image location.
RemarksThis property is used in MindFusion Web components. If it is set, the image data is not transferred to the client-side together with the diagram but only the URL string. Such images are downloaded asynchronously after all other diagram elements load on the client.
See Also