DZone Snippets is a public source code repository. Easily build up your personal collection of code snippets, categorize them with tags / keywords, and share them with the world
CSS Vs WPF Margin Value Specifications
// CSS vs WPF Margin Value Specifications
// How annoying is it that Microsoft didn't just use the same format as CSS???
CSS - TOPBOTTOM LEFTRIGHT
CSS - TOP RIGHT BOTTOM LEFT
WPF - LEFTRIGHT TOPBOTTOM
WPF - LEFT TOP RIGHT BOTTOM





