Navigation
Synopsis Increase (grow) the vertical size of a figure relative to its contained figures.
Function FProperty vgrow(num hg)
Description Defines the vertical growth of a figure relative to its contained figures. Growth is expressed as a factor larger than 1.

Also see grow and hgrow.
Examples
b1 = box(size(100, 50), fillColor("blue"));
b2 = box(b1, vgrow(1.5), fillColor("yellow"));
render(b2);
g1
Is this page unclear, or have you spotted an error? Please add a comment below and help us to improve it. For all other questions and remarks, visit ask.rascal-mpl.org.