Function GraphNode.title

The text displayed in the GraphNode's title bar.

String title() nothrow @property @nogc;

void title (
  String v
) nothrow @property @nogc;