Banner.title

Set title property.

  1. string title [@property getter]
  2. string title [@property setter]
    class Banner
    @property
    void
    title
    (
    string propval
    )

Parameters

propval string

The title for this banner.

See also: property@Banner:use-markup.