Search
ContainerPage.Title Property
See Also
 





Gets or sets the title of this page.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public string Title { get; set; }

Visual Basic  Copy Code

Public Property Title As String

 Property Value

PagedContainerNode set its Caption text to the title of CurrentPage.

 See Also