Search
ContainerPage.Title Property
See Also
 





Gets or sets the title of this page.

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

 Syntax

C#  Copy Code

public string Title { get; set; }

Visual Basic  Copy Code

Public Property Title As String

 Property Value

A string containing title text.

 Remarks

PagedContainerNode set its Caption text to the title of CurrentPage.

 See Also