Gets or sets the image displayed as background of this diagram.
Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming
C#
![]() |
---|
public Image BackgroundImage { get; set; } |
Visual Basic
![]() |
---|
Public Property BackgroundImage As Image |
An instance of the .NET Image class.
This image is painted as a background of the diagram, behind the alignment grid and all items. Its position is controlled by the BackgroundImageAlign property. To have the background image appear on printed pages, set the EnableBackgroundImage property of DiagramView.PrintOptions to true.
NetDiagram Programmer's Guide | © 2023 MindFusion |