Gets the pages of this container.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public List<ContainerPage> Pages { get; } |
Visual Basic
Copy Code
|
|---|
Public ReadOnly Property Pages As List(Of ContainerPage) |
A list of ContainerPage objects.
RemarksCall AddPage and RemovePage methods to modify this collection.
See Also