Function GraphNode.resizable

If true, the user can resize the GraphNode. Note: Dragging the handle will only emit the resizeRequest signal, the GraphNode needs to be resized manually.

bool resizable() nothrow @property @nogc;

void resizable (
  bool v
) nothrow @property @nogc;