ASP.NET Pack Programmer's Guide
RenderOptions.PaintControls Property
See Also
 





Gets or sets a value indicating whether to execute custom painting code for ControlNode items when printing.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public bool PaintControls { get; set; }

Visual Basic  Copy Code

Public Property PaintControls As Boolean

 Property Value

true to raise the appropriate event when printing controls; otherwise, false.

 See Also

RenderOptions Members
RenderOptions Class
MindFusion.Diagramming Namespace