Search
ImageComponent.Image Property
See Also
 





Gets or sets the displayed image.

Namespace: MindFusion.Diagramming.Components
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public IImage Image { get; set; }

Visual Basic  Copy Code

Public Property Image As IImage

 Property Value

A Microsoft.Maui.Graphics.IImage instance. The default is null.

 See Also