Silverlight PathTextBlock is a control that overcomes some of the limitations in the built in Silverlight 2 TextBlock, such as not being able to outline the text, and not being able to distort the text, for example to draw it along a circle.
Previously, you could use a tool like Expression Design to create the text and export it as a Path, but this wouldn't work for text that needed to be specified at run time. This control allows you to specify the Text property and it will generate the proper Path objects based on the font, font size, and text.
It is not meant to be a plug-in replacement for TextBlock, since TextBlock is a pretty sophisticated control. This is for the cases where you need one or both of these extra capabilities. A common use for this would be to jazz up your text in a game.
Open Hub computes statistics on FOSS projects by examining source code and commit history in source code management systems. This project has no code locations, and so Open Hub cannot perform this analysis
Is this project's source code hosted in a publicly available repository? Do you know the URL? If you do, click the button below and tell us so that Open Hub can generate statistics! It's fast and easy - try it and see!
anyone with an Open Hub account can update a project's tags
No code available to analyze
Open Hub computes statistics on FOSS projects by examining source code and commit history in source code management systems. This project has no code locations, and so Open Hub cannot perform this analysis
Is this project's source code hosted in a publicly available repository? Do you know the URL? If you do, click the button below and tell us so that Open Hub can generate statistics! It's fast and easy - try it and see!
This site uses cookies to give you the best possible experience.
By using the site, you consent to our use of cookies.
For more information, please see our
Privacy Policy