How to show or hide background image of WPF Diagram?
The Opacity property of the PageBackground is used to show or hide the background image support of the WPF Diagram (SfDiagram).
Please refer to the code example, sample link, and video link as follows.
C#
// For Showing PageBackGround Image diagram.PageSettings.PageBackground.Opacity = 100; // For Hiding PageBackGround Image diagram.PageSettings.PageBackground.Opacity = 0;
Video link: https://www.syncfusion.com/downloads/support/directtrac/215122/ze/Show___Hide_Video712540393
Conclusion
I hope you enjoyed learning about how to show or hide background image of WPF Diagram.
You can refer to our WPF Diagram feature tour page to know about its other groundbreaking feature representations and documentation, and how to quickly get started for configuration specifications.
For current customers, you can check out our components from the License and Downloads page. If you are new to Syncfusion®, you can try our 30-day free trial to check out our other controls.
If you have any queries or require clarifications, please let us know in the comments section below. You can also contact us through our support forums, Direct-Trac, or feedback portal. We are always happy to assist you!