Interview Question in SilverLight


 

Interview Question :: How many ways you can display text using Silverlight?

 How many ways you can display text using Silverlight?

by ksk
VoteNowAnswers to "How many ways you can display text using Silverlight?"

 Silverlight supports displaying static pre formatted 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.

by ksk