Gets or sets the path to the file that contains the image displayed in this shape.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
SyntaxC#
Copy Code
|
|---|
public string ImageLocation { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property ImageLocation As String |
RemarksAssigning a valid file path to this property will automatically load the image.
See Also