mirror of
https://github.com/ClemensFischer/XAML-Map-Control.git
synced 2026-04-09 08:25:10 +00:00
Avalonia MapPath
This commit is contained in:
parent
8e4110b600
commit
25d4d7f417
8 changed files with 120 additions and 11 deletions
|
|
@ -112,7 +112,7 @@ namespace MapControl
|
|||
/// </summary>
|
||||
public double ViewScale
|
||||
{
|
||||
get => (double)GetValue(ViewScaleProperty);
|
||||
get => GetValue(ViewScaleProperty);
|
||||
private set => RaisePropertyChanged(ViewScaleProperty, double.NaN, value);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue