Gets or sets a value indicating whether the printing of the background color is enabled.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
C# Copy Code |
---|
public bool EnableBackground { get; set; } |
Visual Basic Copy Code |
---|
Public Property EnableBackground As Boolean |
true if the diagram background should be printed; otherwise, false. The default is false.
WpfDiagram Programmer's Guide | © 2024 MindFusion |