<dd>also sets one or more property values from the list below.</dd>
</dl>
<h3>uix.VBoxFlex properties</h3>
<center><tableframe="box"rules="all"class="PROPERTYTABLE"><tr><thclass="PROPERTYTABLE">Property</th><thclass="PROPERTYTABLE">Value</th><thclass="PROPERTYTABLE">Description</th></tr><tr><tdvalign="top"class="PROPERTYTABLE"><code>BackgroundColor </code></td><tdvalign="top"class="PROPERTYTABLE"><value><ahref="matlab:doc colorspec"><codeclass="FUNCTION">colorspec</code></a></value></td><tdvalign="top"class="PROPERTYTABLE"><description>Color to use for exposed areas of the layout background. This can be an RGB triple (e.g. [0 0 1]) or a colour name (e.g. 'b').</description></td></tr><tr><tdvalign="top"class="PROPERTYTABLE"><code>BeingDeleted </code></td><tdvalign="top"class="PROPERTYTABLE"><value>on | off</value></td><tdvalign="top"class="PROPERTYTABLE"><description>Deletion status.</description></td></tr><tr><tdvalign="top"class="PROPERTYTABLE"><code>Contents </code></td><tdvalign="top"class="PROPERTYTABLE"><value>empty GraphicsPlaceholder array | array of graphics objects</value></td><tdvalign="top"class="PROPERTYTABLE"><description>Children within this layout, regardless of HandleVisibility. Note that this can only be set to permutations of itself.</description></td></tr><tr><tdvalign="top"class="PROPERTYTABLE"><code>DeleteFcn </code></td><tdvalign="top"class="PROPERTYTABLE"><value><ahref="matlab:doc function_handle"><codeclass="FUNCTION">function_handle</code></a></value></td><tdvalign="top"class="PROPERTYTABLE"><description>Function to call when the layout is being deleted.</description></td></tr><tr><tdvalign="top"class="PROPERTYTABLE"><code>DividerMarkings </code></td><tdvalign="top"class="PROPERTYTABLE"><value>on | off</value></td><tdvalign="top"class="PROPERTYTABLE"><description>Show markings on the draggable dividers (default 'on').</description></td></tr><tr><tdvalign="top"class="PROPERTYTABLE"><code>Heights </code></td><tdvalign="top"class="PROPERTYTABLE"><value>double vector</value></td><tdvalign="top"class="PROPERTYTABLE"><description>Height of each of the children. Positive entries indicate fixed sizes in pixels, negative values indicate relative weights for resizing. The size of this vector must always match the size of Contents.</description></td></tr><tr><tdvalign="top"class="PROPERTYTABLE"><code>MinimumHeights </code></td><tdvalign="top"class="PROPERTYTABLE"><value>double vector</value></td><tdvalign="top"class="PROPERTYTABLE"><description>Minimum height in pixels of each of the children. The size of this vector must match the size of Contents.</description></td></tr><tr><tdvalign="top"class="PROPERTYTABLE"><code>Padding </code></td><tdvalign="top"class="PROPERTYTABLE"><value>positive integer</value></td><tdvalign="top"class="PROPERTYTABLE"><description>Number of pixels of extra space around the outside of the layout.</description></td></tr><tr><tdvalign="top"class="PROPERTYTABLE"><code>Parent </code></td><tdvalign="top"class="PROPERTYTABLE"><value>empty GraphicsPlaceholder array | figure | container</value></td><tdvalign="top"class="PROPERTYTABLE"><description>Parent of the layout.</description></td></tr><tr><tdvalign="top"class="PROPERTYTABLE"><code>Position </code></td><tdvalign="top"class="PROPERTYTABLE"><value>[x y w h]</value></td><tdvalign="top"class="PROPERTYTABLE"><description>Position (x,y) and size (w,h) within figure or container.</description></td></tr><tr><tdvalign="top"class="PROPERTYTABLE"><code>Spacing </code></td><tdvalign="top"class="PROPERTYTABLE"><value>positive integer</value></td><tdvalign="top"class="PROPERTYTABLE"><description>Number of pixels of extra space to leave between elements in the layout.</description></td></tr><tr><tdvalign="top"class="PROPERTYTABLE"><code>Tag </code></td><tdvalign="top"class="PROPERTYTABLE"><value>string</value></td><tdvalign="top"class="PROPERTYTABLE"><description>Tag to associate with layout.</description></td></tr><tr><tdvalign="top"class="PROPERTYTABLE"><code>Type </code></td><tdvalign="top"class="PROPERTYTABLE"><value>string</value></td><tdvalign="top"class="PROPERTYTABLE"><description>Type of graphics object.</description></td></tr><tr><tdvalign="top"class="PROPERTYTABLE"><code>Units </code></td><tdvalign="top"class="PROPERTYTABLE"><value>inches | centimeters | normalized | points | pixels | characters</value></td><tdvalign="top"class="PROPERTYTABLE"><description>Position units.</description></td></tr><tr><tdvalign="top"class="PROPERTYTABLE"><code>Visible </code></td><tdvalign="top"class="PROPERTYTABLE"><value>on | off</value></td><tdvalign="top"class="PROPERTYTABLE"><description>Visibility.</description></td></tr></table></center>
<br/><b>See also:</b><ul><li><codeclass="FUNCTION"><ahref="uix.VBox.html">uix.VBox</a></code> - for creating a vertical arrangement</li><li><codeclass="FUNCTION"><ahref="uix.HBoxFlex.html">uix.HBoxFlex</a></code> - for creating a horizontal arrangement with draggable dividers</li></ul>