Gets or sets the image displayed as background of this diagram.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
C# Copy Code |
---|
public ImageSource BackgroundImage { get; set; } |
Visual Basic Copy Code |
---|
Public Property BackgroundImage As ImageSource |
An instance of the System.Windows.Media.ImageSource 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 Diagram.PrintOptions to true.
WpfDiagram Programmer's Guide | © 2024 MindFusion |