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
SyntaxC#
Copy Code
|
|---|
public bool SetClipPaths { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property SetClipPaths As Boolean |
See Also