Margin="1,2,3,4"
- Left,
- Top,
- Right,
- Bottom
It is also possible to specify just two sizes like this:
Margin="1,2"
- Left AND right
- Top AND bottom
Finally you can specify a single size:
Margin="1"
- used for all sides
The order is the same as in WinForms.