Long story short: I've been layout out UI's with Html/CSS for about 8 years now. Recently I've been dipping into Xaml/Silverlight/Wpf and really struggling with designing a UI using Xaml. I understand the basics of the Silverlight Layout Model and feel smi comfortable with using StackPanel and Grids but I'm just not picking it up as fast as I'd like or maybe I'm just and old dog learning new tricks. ;)
Are there any resources available or add-ons/controls that help make Xaml UI development a bit easier to understand for a Html/CSS web guy?
Yes, Expression Blend has helped but I'm wary of being dependent on "wizards/design tools" when I'm not comfortable to do the same layout from scratch.
Please don't RTFM me. I'm looking for specific examples of resources or helpful advice that are written for people with a CSS/Box Model layout background.
For example I know certain dependency properties function similar too setting left: or width: values in CSS. I'm looking for more advice of that nature.