Skip to content

Latest commit

 

History

History
4 lines (2 loc) · 401 Bytes

dependencyproperty.md

File metadata and controls

4 lines (2 loc) · 401 Bytes

DependencyProperty

The Avalonia equivalent of DependencyProperty is StyledProperty, however Avalonia has a richer property system than WPF, and includes DirectProperty for turning standard CLR properties into Avalonia properties. The common base class of StyledProperty and DirectProperty is AvaloniaProperty.