Sets the text justification of an existing element.
Visual Basic |
---|
Public Sub ElementSetTextJustification( _ ByVal elementHandle As Long, _ ByVal Justify As NX_TextJustificationType _ ) |
- elementHandle
- The handle of an element returned by the ElementCreate method.
- Justify
Value Description NX_Justify_Center Justify text in the center. NX_Justify_Left Justify text left. NX_Justify_Right Justify text right.