Search
ShapeNode.Image Property
See Also
 






Gets or sets the image that is displayed in this shape node. This is a dependency property.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public ImageSource Image { get; set; }

Visual Basic  Copy Code

Public Property Image As ImageSource

 Property Value

An instance of the ImageSource class. The default value is null (Nothing in Visual Basic).

 Remarks

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.

 See Also