ViewSwitcherTitle.subtitle

string subtitle() @property nothrow

Get subtitle property.

Returns

The subtitle to display.

The subtitle should give the user additional details.

Deprecated

void subtitle(string propval) @property nothrow

Set subtitle property.

Parameters

propvalThe subtitle to display. The subtitle should give the user additional details.

Deprecated