mirror of
https://github.com/ClemensFischer/XAML-Map-Control.git
synced 2026-04-04 22:18:56 +00:00
Added Avalonia MapContentControl
This commit is contained in:
parent
1e7dd235ef
commit
33cb30c570
2 changed files with 56 additions and 0 deletions
|
|
@ -61,5 +61,12 @@ namespace MapControl
|
|||
{
|
||||
return property.AddOwner<TOwner>();
|
||||
}
|
||||
|
||||
public static StyledProperty<TValue> AddOwner<TOwner, TValue>(
|
||||
AvaloniaProperty property)
|
||||
where TOwner : AvaloniaObject
|
||||
{
|
||||
return AddOwner<TOwner, TValue>((StyledProperty<TValue>)property);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue