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