How I can draw a circle in WPF (without code-behind) using min(width, height)/2
as radius?
相关问题
- VNC control for WPF application
- WPF Binding from System.Windows.SystemParameters.P
- Xamarin. The name 'authorEntry does not exist
- XAML: Applying styles to nested controls
- How can I add a horizontal line (“goal line”) for
Where does width and height come from? Example XAML for a circle is:
A circle is just an Ellipse where Height = Width.
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