Search
ShapeNode.ImageUrl Property
See Also
 





Gets or sets a URL used to load an image into this node.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public string ImageUrl { get; set; }

Visual Basic  Copy Code

Public Property ImageUrl As String

 Property Value

A string specifying the image location.

 Remarks

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.

 See Also