There are a few ways to accomplish this.
1. Set the active text node justification prior to creating the text node
ActiveSettings.TextStyle.NodeJustification = MsdTextJustification.msdTextJustificationCenterCenter
2. After you place the text node modify the justification on each element in...