MindFusion.Wpf Pack Programmer's Guide
Shape.ImageLocation Property
See Also
 





Gets or sets the path to the file that contains the image displayed in this shape.

Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf

 Syntax

C#  Copy Code

public string ImageLocation { get; set; }

Visual Basic  Copy Code

Public Property ImageLocation As String

 Property Value

 Remarks

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

 See Also

Shape Members
Shape Class
MindFusion.Diagramming.Wpf Namespace