Skip to content

Commit

Permalink
chore: set default MaxZoomLevel to 10
Browse files Browse the repository at this point in the history
  • Loading branch information
Xiaoy312 committed Oct 17, 2024
1 parent ce59cfb commit 0be5c7a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ public double MinZoomLevel
nameof(MaxZoomLevel),
typeof(double),
typeof(ZoomContentControl),
new PropertyMetadata(500d, OnMaxZoomLevelChanged));
new PropertyMetadata(10d, OnMaxZoomLevelChanged));

/// <summary>Gets or sets the maximum zoom level allowed.</summary>
public double MaxZoomLevel
Expand Down

0 comments on commit 0be5c7a

Please sign in to comment.