Click here to Skip to main content
15,899,825 members
Articles / Desktop Programming / WPF

Automating Graphic Design with WPF

Rate me:
Please Sign up or sign in to vote.
4.00/5 (3 votes)
26 Oct 2020Apache8 min read 5K   4  
This post is the the second in a short series investigating somewhat exotic parts of .NET.
Here, I will cover: creating a DynamicObject to simplify accessing XML data (we will use this to simplify binding cards templates to the card data), using WPF for graphic design, abusing Razor to do template-based XAML generation, and using Roslyn to compile and run user-provided code within our program.

Views

Daily Counts

License

This article, along with any associated source code and files, is licensed under The Apache License, Version 2.0


Written By
Software Developer (Senior) Microsoft
United States United States
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions