How I can draw a circle in WPF (without code-behind) using min(width, height)/2 as radius?
min(width, height)/2
Where does width and height come from? Example XAML for a circle is:
A circle is just an Ellipse where Height = Width.