How I can draw a circle in WPF (without code-behind) using min(width, height)/2 as radius?
min(width, height)/2
you can do it in pure XAML you just need to use Binding for the values. You also have to make sure that everything is named