Function Control.rectScale

The node's scale, relative to its rectSize. Change this property to scale the node around its rectPivotOffset.

Vector2 rectScale() nothrow @property @nogc;

void rectScale (
  Vector2 v
) nothrow @property @nogc;