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.

  1. bool resizable [@property getter]
    struct GraphNode
    @nogc nothrow @property
    bool
    resizable
    ()
  2. bool resizable [@property setter]

Meta