MindFusion.Diagramming for Universal Windows Programmer's Guide
ShapeNode.ImageWebLocation Property
See Also
 






Gets or sets the URL of the image displayed in this ShapeNode. Relative URLs are resolved against the directory containing the *.xap file

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public string ImageWebLocation { get; set; }

Visual Basic  Copy Code

Public Property ImageWebLocation As String

 Property Value

 Remarks

Assigning a valid URL to this property will automatically load the image.

 See Also

ShapeNode Members
ShapeNode Class
MindFusion.Diagramming Namespace