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
SyntaxC#
Copy Code
|
|---|
public string ImageLocation { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property ImageLocation As String |
RemarksAssigning a valid URL to this property will automatically load the image.
See Also