Gets or sets a value indicating whether to execute custom painting code for ControlNode items when printing.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
C# Copy Code |
---|
public bool PaintControls { get; set; } |
Visual Basic Copy Code |
---|
Public Property PaintControls As Boolean |
true to raise the appropriate event when printing controls; otherwise, false.
MindFusion.Diagramming Developer's Guide | © 2024 MindFusion |