GraphNode.selected

If true, the GraphNode is selected.

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

Meta