Gets or sets a URL used to load an image into this node.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
C# Copy Code |
---|
public string ImageUrl { get; set; } |
Visual Basic Copy Code |
---|
Public Property ImageUrl As String |
A string specifying the image location.
This 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.
MindFusion.Diagramming Developer's Guide | © 2024 MindFusion |