PagePorter Class Library

NavigationPage.Caption Property

Gets or sets the page's caption for the navigational structure.

[Visual Basic]
Public Property Caption As String
[C#]
public string Caption {get; set;}

Property Value

The page's caption for the navigational structure.

Remarks

The caption is usually set to the title of the page by default, but may be changed if desired.

See Also

NavigationPage Class | Parastream.Web.MsFrontPage Namespace