UIElement
and FrameworkElement
are non-templated control base classes, which roughly equate to the Avalonia Control
class. WPF's Control
class on the other hand is a templated control - Avalonia's equivalent of this is TemplatedControl
.UIElement
: Control
FrameworkElement
: Control
Control
: TemplatedControl