VBox¶
Overview¶
VBox is a convenience specialization of FlowBox with vertical orientation.
@author Jonathan Olson <jonathan.olson@colorado.edu> @author Sam Reid (PhET Interactive Simulations)
Class VBox¶
Constructor¶
new VBox( providedOptions? : VBoxOptions )¶
Instance Methods¶
onFlowBoxChildInserted( node : Node, index : number )¶
(protected)
mutate( options? : VBoxOptions ) : this¶
Type VBoxOptions¶
StrictOmit<FlowBoxOptions, "orientation">