Gets or sets the image that is displayed in this cell.
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.
Use this property to set an image to be displayed in the cell. Use the ImageAlign property to specify how the image is placed.
Diagramming for .NET MAUI Guide | © 2024 MindFusion |