Hi, Just looked at your page and it solved a problem for me when doing the same thing in code.
Dim run As New Run Dim translateTransform As New TranslateTransform translateTransform.Y = -10 translateTransform.X = 0 Dim textEffect As New TextEffect textEffect.PositionStart = 0 textEffect.PositionCount = 100