Welcome to WindowsClient.net | Sign in | Join
These are task-based samples that are an excellent way to learn about various features of Windows Presentation Foundation. Each sample is a short walk through, some providing online demonstrations of the final result.
Control Author:
Posted: 05-10-2007
Views: 6,998
Downloads: 6,078
WebXaml is a framework allowing you to use Windows Presentation Foundation into ASP.NET.WebXaml aim to create images in different formats using XAML so you can exploit the WPF power, easier than GDI+, for elaborated images such as 3D, charts and so on.
WebXaml library contains:
To use it you have to create a .wxaml file containing a new directive followed by XAML code:
1 2 3
<%@ XamlPage ImageType="Png" Width="700" Height="600" %> <!-- Xaml code -->
If you call the path using a browser you will receive an image as answer like this:
Documentation and samples here.
[WebXaml comes courtesy of Cristian "Ricciolo" Civera]