Control.rectClipContent

Enables whether rendering of CanvasItem based children should be clipped to this control's rectangle. If true, parts of a child which would be visibly outside of this control's rectangle will not be rendered.

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

Meta