You cannot manipulate a specific instance of the text decorator. They're mapped for each parent shape type. However, it is possible to override colors in the StyleSet for an instance of a shape. On the shape, you can override InitializeInstanceStyleSet to override the pen used for drawing the text. And, you can update that pen depending on state in the parent shape.
Pedro Silva - http://blogs.msdn.com/pedrosilva |