Search
PagedDiagramView.PageSpacing Property
See Also
 





Gets or sets the distance between page edges.

Namespace: MindFusion.Diagramming.WinForms
Assembly: MindFusion.Diagramming.WinForms

 Syntax

C#  Copy Code

public int PageSpacing { get; set; }

Visual Basic  Copy Code

Public Property PageSpacing As Integer

 Property Value

An integer value specifying page spacing in pixels. The default value is 20.

 See Also