Gets or sets the currently active page.
Namespace: MindFusion.Diagramming.WinForms
Assembly: MindFusion.Diagramming.WinForms
SyntaxC#
Copy Code
|
|---|
public DiagramPage CurrentPage { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property CurrentPage As DiagramPage |
A DiagramPage object.
See Also