0

How can use "Viewbox" in Silverlight?

Ravindra S
  • 6,302
  • 12
  • 70
  • 108
user169831
  • 29
  • 1
  • ViewBox is used when you want to scale content to fit within a container. For example if you had a huge image (i.e 3321x2575) you could put it in the ViewBox and it the container or the fixed viewbox width. – Paully Sep 13 '09 at 21:33

2 Answers2

2

Viewbox in Silverlight is part of the Silverlight Toolkit http://silverlight.codeplex.com and is not a core control. Besides this it behaves just like the WPF version and you can look at any WPF documentation to see how it works.

Bill Reiss
  • 3,460
  • 1
  • 19
  • 20
1

I found it while browsing.See if it is helpful or not. New layout controls in the Silverlight Toolkit