Gets or sets whether to calculate content's boundaries from coordinates of SVG elements.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
C# Copy Code |
---|
public bool ContentAutoBounds { get; set; } |
Visual Basic Copy Code |
---|
Public Property ContentAutoBounds As Boolean |
false to use the viewbox value of SVG drawing, or true to calculate bounds from elements' coordinates. The default value is false.
WpfDiagram Programmer's Guide | © 2024 MindFusion |