mirror of
https://github.com/ClemensFischer/XAML-Map-Control.git
synced 2026-04-04 22:18:56 +00:00
Set EdgeMode/BorderMode globally
This commit is contained in:
parent
bab3762a19
commit
9a59b9b7cd
3 changed files with 12 additions and 8 deletions
|
|
@ -81,6 +81,11 @@ 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