Gets or sets the image that is displayed in this cell.
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. The default is null (Nothing in Visual Basic).
Use this property to set an image to be displayed in the cell. Use the ImageAlign property to specify how the image is placed.
WpfDiagram Programmer's Guide | © 2024 MindFusion |