There are few ways to achieve this, one by using a style can look like this - remove BorderBrush from ContentPresenter and add an Ellipse with that brush. Sample in XAML:
I've also made some changes in VisualStates so that it doesn't look weird once clicked/disabled.