Xamarin Pack Programmer's Guide
Shape.Image Property
See Also
 






Gets or sets the image displayed in all instances of this shape.

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 is null.

 Remarks

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.

 See Also

Shape Members
Shape Class
MindFusion.Diagramming Namespace