Search
VisualBrushPaginator.PagesArea Property
See Also
 





Gets or sets the area of the diagram to be paginated.

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

 Syntax

C#  Copy Code

public Nullable<Rect> PagesArea { get; set; }

Visual Basic  Copy Code

Public Property PagesArea As Nullable(Of Rect)

 Property Value

An optional System.Windows.Rect value. The default value is null.

 See Also