Gets or sets the title of this page.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public string Title { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property Title As String |
PagedContainerNode set its Caption text to the title of CurrentPage.
See Also