How can I center an element in wpf canvas using attached properties?
You can put the Canvas and the element you want to be centered inside a Grid :
Hello