.. highlightlang:: us .. index:: TBSetAlignVert .. _tbsetalignvert: TBSetAlignVert ============== .. us.tag TBSetAlignVert NOTREADYENGLISH TB_Set :ref:`TBSetAlignVert` sets the vertical alignment. .. function:: bool = TBSetAlignVert(hText, rsAlign) .. us.return **Return Value** If the function succeeds, the return value *bool* is TRUE (1); otherwise it is FALSE (0). .. us.params **Parameters** .. uparam:: hText The handle of a text object created with :ref:`TBCreate`. .. uparam:: rsAlign *rsAlign* is one of the following values: .. list-table:: :header-rows: 1 * - Value - Meaning * - TOP (8) - Top aligned * - MIDDLE (16) - Center between Top and Bottom (Default value) * - BOTTOM (32) - (Bottom aligned .. seealso:: :ref:`overview-text-objects`, :ref:`TBCreate`, :ref:`TBGetAlignVert` :sub:`id-1107497`