Gets or sets the area of the diagram to be paginated.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
SyntaxC#
Copy Code
|
|---|
public Nullable<Rect> PagesArea { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property PagesArea As Nullable(Of Rect) |
An optional System.Windows.Rect value. The default value is null.
See Also