Sets the text justification for a specific element for the specific layer.
Visual Basic |
---|
Public Sub PrgSetItemTextJustification( _ ByVal layerHandle As Long, _ ByVal seqNum As Long, _ ByVal Justify As NX_TextJustificationType _ ) |
- layerHandle
- The handle of a layer returned by the CreateLayer method.
- seqNum
- The handle of an element returned by the ElementAppend method.
- Justify
Value Description NX_Justify_Center Justify text in the center. NX_Justify_Left Justify text left. NX_Justify_Right Justify text right.