Gets or sets the path to image file within the (*.xap) archive displayed in this ShapeNode.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
C#
![]() |
---|
public string ImageResourceLocation { get; set; } |
Visual Basic
![]() |
---|
Public Property ImageResourceLocation As String |
A string specifying the image location.
Assigning a valid file path to this property will automatically load the image. Supports the same Uri syntax as Application.GetResourceStream(Uri)
MindFusion.Diagramming for WinUI Programmer's Guide | © 2024 MindFusion |