---
title: "How many ways you can display text using Silverlight?"  
description: "How many ways you can display text using Silverlight?"  
author: "James Smith"  
published: 2011-05-23  
updated: 2020-09-22  
canonical: https://www.mindstick.com/interview/1031/how-many-ways-you-can-display-text-using-silverlight  
category: "silverlight"  
tags: ["silverlight"]  
reading_time: 1 minute  

---

# 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.

## Answers

### Answer by James Smith

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.


---

Original Source: https://www.mindstick.com/interview/1031/how-many-ways-you-can-display-text-using-silverlight

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
