Search
ShapeNode.ImageLocation 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 ImageLocation { get; set; }

Visual Basic  Copy Code

Public Property ImageLocation As String

 Property Value

 Remarks

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

 See Also