Gets or sets the image displayed in all instances of this shape.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
C# Copy Code |
---|
public IImage Image { get; set; } |
Visual Basic Copy Code |
---|
Public Property Image As IImage |
A Microsoft.Maui.Graphics.IImage instance.
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.
Diagramming for .NET MAUI Guide | © 2024 MindFusion |