ASP.NET Pack Programmer's Guide
Layout.Margins Property
See Also
 





Gets or sets the distance between the top-left corner of the smallest rectangle containing the arranged diagram and the top-left point of the document bounds.

Namespace: MindFusion.Diagramming.Layout
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public SizeF Margins { get; set; }

Visual Basic  Copy Code

Public Property Margins As SizeF

 Property Value

 Remarks

This value is also set as the distance between unconnected sub-graphs when they are placed as specified via MultipleGraphsPlacement.

 See Also

Layout Members
Layout Class
MindFusion.Diagramming.Layout Namespace