user169831
user169831

Reputation: 29

Viewbox in Silverlight

How can use "Viewbox" in Silverlight?

Upvotes: 0

Views: 1006

Answers (2)

zabiz
zabiz

Reputation:

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

Upvotes: 1

Bill Reiss
Bill Reiss

Reputation: 3460

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.

Upvotes: 2

Related Questions