Gets or sets the image displayed in all instances of this shape.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
C#
![]() |
---|
public ImageSource Image { get; set; } |
Visual Basic
![]() |
---|
Public Property Image As ImageSource |
An instance of the ImageSource class. The default is null.
The image is displayed in the rectangle specified in ImageRectangle. If the Image property of a shape node is set, it overrides the image specified in the shape definition.