MindFusion.Wpf Pack Programmer's Guide
TableNode.Image Property
See Also
 





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

Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf

 Syntax

C#  Copy Code

public ImageSource Image { get; set; }

Visual Basic  Copy Code

Public Property Image As ImageSource

 Property Value

An instance of the System.Windows.Media.ImageSource 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.Wpf Namespace
ImageAlign Property
ResizeToFitImage Method
Cell.Image Property
ImagePadding Property