Gets or sets the path to the file that contains the image displayed in this shape.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
C# Copy Code |
---|
public string ImageLocation { get; set; } |
Visual Basic Copy Code |
---|
Public Property ImageLocation As String |
Assigning a valid file path to this property will automatically load the image.
WpfDiagram Programmer's Guide | © 2024 MindFusion |