It's displayed in class@HeaderBar instead of the window title, and used as the tooltip on the next page's back button, as well as by screen reader.
NavigationPage.title
string title() @propertyGet title property.
Returns
The page title.
void title(string propval) @propertySet title property.
Parameters
propval | The page title. It's displayed in class@HeaderBar instead of the window title, and used as the tooltip on the next page's back button, as well as by screen reader. |