AnnoUIGetTextVAlign

#include “BiAnno.h”

LONG CALLBACK AnnoUIGetTextVAlign( INT_PTR pAnno )

Description

This function retrieves the vertical text alignment of the last selected note or text annotation object.

Parameters

INT_PTR

PAnno

Annotation handle

Return value

Vertical text alignment flag or -1 on error.

Programming Notes

Available vertical text alignment values: TA_TOP, TA_CENTER, TA_BOTTOM

Code Example

None