<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"><channel><title>fortes.com - Latest Comments in TextEffects</title><link>http://fortes.disqus.com/</link><description></description><language>en</language><lastBuildDate>Wed, 05 Sep 2007 03:44:30 -0000</lastBuildDate><item><title>Re: TextEffects</title><link>http://fortes.com/2007/03/texteffects/#comment-1208149</link><description>Hi,&lt;br&gt;Just looked at your page and it solved a problem for me when doing the same thing in code.&lt;br&gt;&lt;br&gt;Dim run As New Run&lt;br&gt;Dim translateTransform As New TranslateTransform&lt;br&gt;translateTransform.Y = -10&lt;br&gt;translateTransform.X = 0&lt;br&gt;Dim textEffect As New TextEffect&lt;br&gt;textEffect.PositionStart = 0&lt;br&gt;textEffect.PositionCount = 100&lt;br&gt;&lt;br&gt;textEffect.Transform = translateTransform&lt;br&gt;run.TextEffects.Add(textEffect)&lt;br&gt;&lt;br&gt;If you ever work out why the PositionCount seems to need to be such a large number then I'd be grateful if you let me know.&lt;br&gt;Best wishes&lt;br&gt;Sean</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Sean</dc:creator><pubDate>Wed, 05 Sep 2007 03:44:30 -0000</pubDate></item></channel></rss>