Previous topic

TBSetAlignHorz

Next topic

TBSetAngle

This Page

TBSetAlignVertΒΆ

TBSetAlignVert sets the vertical alignment.

bool = TBSetAlignVert(hText, rsAlign)

Return Value

If the function succeeds, the return value bool is TRUE (1); otherwise it is FALSE (0).

Parameters

hText

The handle of a text object created with TBCreate.

rsAlign

rsAlign is one of the following values:

Value Meaning
TOP
  1. Top aligned
MIDDLE
  1. Center between Top and Bottom
BOTTOM
  1. Bottom aligned

id-1107497