Search
SvgExporter.SetClipPaths Property
See Also
 





Gets or sets whether to apply clip-path attributes in case a node's graphic elements are not entirely contained within its boundaries.

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

 Syntax

C#  Copy Code

public bool SetClipPaths { get; set; }

Visual Basic  Copy Code

Public Property SetClipPaths As Boolean

 Property Value

 See Also