mirror of
https://github.com/ClemensFischer/XAML-Map-Control.git
synced 2026-04-05 14:37:01 +00:00
Set EdgeMode/BorderMode only in MapTileLayerBase
This commit is contained in:
parent
f029291413
commit
bcdb22a048
3 changed files with 8 additions and 12 deletions
|
|
@ -81,11 +81,6 @@ namespace MapControl
|
|||
FlowDirectionProperty.OverrideMetadata(typeof(MapBase), new FrameworkPropertyMetadata(FlowDirection.LeftToRight) { Inherits = false });
|
||||
}
|
||||
|
||||
public MapBase()
|
||||
{
|
||||
RenderOptions.SetEdgeMode(this, EdgeMode.Aliased);
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Gets or sets the EasingFunction of the Center, ZoomLevel and Heading animations.
|
||||
/// The default value is a QuadraticEase with EasingMode.EaseOut.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue