Search
SvgExporter.InvisibleItems Property
See Also
 





Gets or sets a value indicating whether invisible items should be exported.

Namespace: MindFusion.Diagramming.Wpf.Export
Assembly: MindFusion.Diagramming.Wpf.SvgExport

 Syntax

C#  Copy Code

public bool InvisibleItems { get; set; }

Visual Basic  Copy Code

Public Property InvisibleItems As Boolean

 Property Value

true to render invisible items in the SVG drawing, otherwise false. The default value is false.

 See Also