Search
ShapeNode.ImageResourceLocation Property
See Also
 






Gets or sets the path to image file within the (*.xap) archive displayed in this ShapeNode.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public string ImageResourceLocation { get; set; }

Visual Basic  Copy Code

Public Property ImageResourceLocation As String

 Property Value

A string specifying the image location.

 Remarks

Assigning a valid file path to this property will automatically load the image. Supports the same Uri syntax as Application.GetResourceStream(Uri)

 See Also