Search
ImageComponent.Image Property
See Also
 





Gets or sets the displayed image.

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

 Syntax

C#  Copy Code

public Image Image { get; set; }

Visual Basic  Copy Code

Public Property Image As Image

 Property Value

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

 See Also