Search
TabbedDiagramView.CurrentPage Property
See Also
 





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

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

 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