PagePorter Class Library

NavigationPage.Global Property

Gets or sets a flag indicating that the page is a global (top-level) page without a parent.

[Visual Basic]
Public Property Global As Boolean
[C#]
public bool Global {get; set;}

Property Value

A flag indicating that the page is a global (top-level) page without a parent.

See Also

NavigationPage Class | Parastream.Web.MsFrontPage Namespace