WindowTitle.title

string title() @property nothrow

Get title property.

Returns

The title to display.

The title typically identifies the current view or content item, and generally does not use the application name.

void title(string propval) @property nothrow

Set title property.

Parameters

propvalThe title to display. The title typically identifies the current view or content item, and generally does not use the application name.