Search
RenderOptions.EnableInterior Property
See Also
 





Gets or sets a value indicating whether the printing of node interiors is enabled.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public bool EnableInterior { get; set; }

Visual Basic  Copy Code

Public Property EnableInterior As Boolean

 Property Value

true to print node interiors; otherwise, false.

 See Also