mirror of
https://github.com/ClemensFischer/XAML-Map-Control.git
synced 2026-04-06 06:55:04 +00:00
Default Styles/ControlThemes
This commit is contained in:
parent
4608f9a511
commit
dd7a4814af
8 changed files with 34 additions and 67 deletions
|
|
@ -16,7 +16,7 @@ namespace MapControl
|
|||
}
|
||||
|
||||
public static readonly DependencyProperty DataProperty =
|
||||
DependencyPropertyHelper.AddOwner<MapPath, Geometry>(Path.DataProperty,
|
||||
DependencyPropertyHelper.AddOwner<MapPath, Geometry>(Path.DataProperty, null,
|
||||
(path, oldValue, newValue) => path.DataPropertyChanged(oldValue, newValue));
|
||||
|
||||
public Geometry Data
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue