Gets or sets the URL of the image displayed in this ShapeNode.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming.Silverlight
C#
![]() |
---|
public string ImageWebLocation { get; set; } |
Visual Basic
![]() |
---|
Public Property ImageWebLocation As String |
A valid URL string that identifies the image to be loaded through the BitmapImage(Uri) constructor.
Assigning a valid URL to this property will automatically load the image, either from a local file or over http connection. Relative URLs are resolved against the directory containing the *.xap file.
This property is saved and restored when serializing the diagram as XML. During the execution of LoadFromXml, the images are automatically loaded if they are still accessible through the specified URL.