Gets or sets a value indicating whether invisible items should be exported.
Namespace: MindFusion.Diagramming.Wpf.Export
Assembly: MindFusion.Diagramming.Wpf.SvgExport
SyntaxC#
Copy Code
|
|---|
public bool InvisibleItems { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property InvisibleItems As Boolean |
true to render invisible items in the SVG drawing, otherwise false. The default value is false.
See Also