Gets or sets the image that is displayed in this cell.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
C#
![]() |
---|
public ImageSource Image { get; set; } |
Visual Basic
![]() |
---|
Public Property Image As ImageSource |
An instance of the ImageSource class. The default is null.
Use this property to set an image to be displayed in the cell. Use the ImageAlign property to specify how the image is placed.