ASP.NET Pack Programmer's Guide
TableNode.Cell.Image Property
See Also
 





Gets or sets the image that is displayed in this cell.

Namespace: MindFusion.Diagramming
Package: 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 System.Drawing.Image class. The default is null (Nothing in Visual Basic).

 Remarks

Use this property to set an image to be displayed in the cell. Use the ImageAlign property to specify how the image is placed.

 See Also

TableNode.Cell Members
TableNode.Cell Class
MindFusion.Diagramming Namespace
ImageAlign Property
ImagePadding Property