mirror of
https://github.com/ClemensFischer/XAML-Map-Control.git
synced 2026-04-04 14:08:32 +00:00
DependencyPropertyHelper
This commit is contained in:
parent
bc12b388de
commit
b7afd27c91
7 changed files with 21 additions and 19 deletions
|
|
@ -19,7 +19,7 @@ namespace MapControl.MBTiles
|
|||
public class MBTileLayer : MapTileLayer
|
||||
{
|
||||
public static readonly DependencyProperty FileProperty =
|
||||
DependencyPropertyHelper.Register<MBTileLayer, string>(nameof(File), null, false,
|
||||
DependencyPropertyHelper.Register<MBTileLayer, string>(nameof(File), null,
|
||||
async (layer, oldValue, newValue) => await layer.FilePropertyChanged(newValue));
|
||||
|
||||
public string File
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue