Function GraphNode.selected
If true
, the GraphNode is selected.
bool selected() nothrow @property @nogc;
void selected
(
bool v
) nothrow @property @nogc;
If true
, the GraphNode is selected.
bool selected() nothrow @property @nogc;
void selected
(
bool v
) nothrow @property @nogc;