Search
PagedContainerNode.Pages Property
See Also
 





Gets the pages of this container.

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

 Syntax

C#  Copy Code

public List<ContainerPage> Pages { get; }

Visual Basic  Copy Code

Public ReadOnly Property Pages As List(Of ContainerPage)

 Property Value

A list of ContainerPage objects.

 Remarks

Call AddPage and RemovePage methods to modify this collection.

 See Also