Overview | Methods | This Package | All Packages
Sets the step value, in pixels, by which a variable-height rebar band can increase or decrease during resizing.
Syntax
public void setGrowBy( int growby )
Parameters
growby
Set to the step value, in pixels, by which a variable-height rebar band can increase or decrease during resizing. The default value is 10.
Remarks
When the rebar band is resized, it will be resized in steps specified by this value. The value of the growBy property is ignored if the allowVariableHeight property is set to false.
See Also getGrowBy