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
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?
Aangemelde leden kunnen berichten plaatsen, updates volgen en meer. Nieuw hier? Registreer een gratis account.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.