Silverlight Question:
What are the different ways to display text with Silverlight?
Answer:
Silverlight supports displaying static preformatted text that is comprised out of glyph elements and also dynamic text that uses TextBlock. With glyphs, one needs to position the characters individually while TextBlock supports simple layout.
Previous Question | Next Question |
Will Silverlight support all the codecs Windows Media Player supports? | What kinds of fonts are supported with Silverlight? |