Layout in WPF is made for rectangles. If you need something more shape-oriented, then you need to do all the math yourself or apply some tricks. Try adding margin to a
Grid
or ViewBox
.