Search
RenderOptions.EnableBackground Property
See Also
 





Gets or sets a value indicating whether the printing of the background color is enabled.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public bool EnableBackground { get; set; }

Visual Basic  Copy Code

Public Property EnableBackground As Boolean

 Property Value

true if the diagram background should be printed; otherwise, false. The default is false.

 See Also