MindFusion.Wpf Pack Programmer's Guide
SvgNode.ContentAutoBounds Property
See Also
 





Gets or sets whether to calculate content's boundaries from coordinates of SVG elements.

Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf

 Syntax

C#  Copy Code

public bool ContentAutoBounds { get; set; }

Visual Basic  Copy Code

Public Property ContentAutoBounds As Boolean

 Property Value

false to use the viewbox value of SVG drawing, or true to calculate bounds from elements' coordinates. The default value is false.

 See Also

SvgNode Members
SvgNode Class
MindFusion.Diagramming.Wpf Namespace