Gets or sets a value indicating whether to execute custom painting code for ControlNode items when printing.
Namespace: MindFusion.Diagramming
Package: 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.