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





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

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.

 Remarks

Use the property to customize your table's background. Further customization can be done with the ImageAlign property.

 See Also

TableNode Members
TableNode Class
MindFusion.Diagramming Namespace
ImageAlign Property
ImagePadding Property
ResizeToFitImage Method
Cell.Image Property