mirror of
https://github.com/ClemensFischer/XAML-Map-Control.git
synced 2026-05-07 13:37:47 +00:00
Avalonia 12
This commit is contained in:
parent
35083c710b
commit
411b94ea71
1 changed files with 1 additions and 1 deletions
|
|
@ -95,7 +95,7 @@ public static class DependencyPropertyHelper
|
|||
return AddOwner(source, changed);
|
||||
}
|
||||
|
||||
public static void SetBinding(this AvaloniaObject target, AvaloniaProperty property, ReflectionBinding binding)
|
||||
public static void SetBinding(this AvaloniaObject target, AvaloniaProperty property, BindingBase binding)
|
||||
{
|
||||
target.Bind(property, binding);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue