.. highlightlang:: us .. index:: TBGetAlignVert .. _tbgetalignvert: TBGetAlignVert ============== .. us.tag TBGetAlignVert NOTREADYENGLISH TB_Get Returns the vertical text alignment. .. function:: nAlign = TBGetAlignVert(hText) .. us.return **Return Value** *nAlign* is one the following values: .. list-table:: :header-rows: 1 * - Value - Description * - TOP (8) - Top aligned * - MIDDLE (16) - Center aligned (Default value) * - BOTTOM (32) - Bottom aligned .. us.params **Parameters** .. uparam:: hText The handle of a text object created with :ref:`TBCreate`. .. seealso:: :ref:`overview-text-objects`, :ref:`TBCreate`, :ref:`TBSetAlignVert`, :ref:`TBSetAlignHorz` :sub:`id-1058345`