CanvasItem.visible

If true this CanvasItem is drawn. Default value: true.

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

Meta