Control.sizeFlagsStretchRatio

If the node and at least one of its neighbours uses the constant SIZE_EXPAND size flag, the parent Container will let it take more or less space depending on this property. If this node has a stretch ratio of 2 and its neighbour a ratio of 1, this node will take two thirds of the available space.

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

Meta