mirror of
https://github.com/ClemensFischer/XAML-Map-Control.git
synced 2026-04-05 14:37:01 +00:00
Set FlowDirection in MapPanel constructor
This commit is contained in:
parent
3d115c6dc7
commit
cb4dff8bcb
4 changed files with 1 additions and 12 deletions
|
|
@ -76,11 +76,6 @@ namespace MapControl
|
|||
DefaultStyleKeyProperty.OverrideMetadata(typeof(MapBase), new FrameworkPropertyMetadata(typeof(MapBase)));
|
||||
}
|
||||
|
||||
public MapBase()
|
||||
{
|
||||
FlowDirection = FlowDirection.LeftToRight;
|
||||
}
|
||||
|
||||
/// <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