For Remote Desktop - Disable Frame Rate - Disable Animation

3695
1
03-12-2015 06:25 AM
MarvinKalani
New Contributor II

Hello,

is it possible to configure the MapView to a defined maximum frame rate and disable all animations.

I would like to use the map in a remote desktop environment and currently it is unusable.

Best regards,

Marvin Kalani

0 Kudos
1 Reply
MarvinKalani
New Contributor II

With Resharper I see in the ViewBase.cs :

internal static readonly TimeSpan m_ZoomDuration = TimeSpan.FromMilliseconds(500.0);

As you can see I am not able to set this from the outside.

Usually I can set the desired Framerate via :

Timeline.DesiredFrameRateProperty.OverrideMetadata(typeof(Timeline), new FrameworkPropertyMetadata { DefaultValue = 30 });

Timeline.DesiredFrameRateProperty Field (System.Windows.Media.Animation)

But it seems to be overwritten somewhere so that the animations consume too much network traffic.

Can you please give me a solution?

0 Kudos