Default Styles/ControlThemes

This commit is contained in:
ClemensFischer 2024-07-05 09:20:30 +02:00
parent 4608f9a511
commit dd7a4814af
8 changed files with 34 additions and 67 deletions

View file

@ -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