Gets or sets the image that is displayed in this table.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
C# Copy Code |
---|
public ImageSource Image { get; set; } |
Visual Basic Copy Code |
---|
Public Property Image As ImageSource |
An instance of the System.Windows.Media.ImageSource class.
Use the property to customize your table's background. Further customization can be done with the ImageAlign property.
WpfDiagram Programmer's Guide | © 2024 MindFusion |