Gets or sets the image that is displayed in this table.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public Image Image { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property Image As Image |
An instance of the System.Drawing.Image class.
RemarksUse the property to customize your table's background. Further customization can be done with the ImageAlign property.
See Also