I have just started using WPF. I\'m getting my head around styling system since. I come from a CSS background and I would like to set margin in percentage.
Instead of using Margin, you can do this via a Grid.
Just place your control within a Grid element, and use 3 columns and 3 rows. The column/row sizing can be done as percentages of the containing element.