Gets or sets the image that is displayed in this shape node. This is a dependency property.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming.Silverlight
C#
![]() |
---|
public ImageSource Image { get; set; } |
Visual Basic
![]() |
---|
Public Property Image As ImageSource |
An instance of the Silverlight ImageSource class. The default value is null (Nothing in Visual Basic).
This property lets you display an image inside the node. Use the ImageAlign property to specify how the image is aligned to that area. By default, the image is displayed in the center of the bounding rectangle of the node.