Search
TabbedDiagramView.CurrentPage Property
See Also
 






Gets or sets the currently active page. This is a dependency property.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming.Controls

 Syntax

C#  Copy Code

public DiagramPage CurrentPage { get; set; }

Visual Basic  Copy Code

Public Property CurrentPage As DiagramPage

 Property Value

A DiagramPage object.

 See Also