View.AnimationsEnabled Property
Gets or sets a value that determines whether the View will render animated visualizations.
Syntax
public System.Boolean AnimationsEnabled { get; set; }
Property Value
Default: true
True to enable animations; otherwise False.
Remarks
When this property is True Carmenta Engine will detect if any visualizer property is animated and schedule a new update after a short time.
If this property is False, then any animated visualizer will be rendered as if the animation had run to completion. For example, if an animation changes the scale of a symbol from 1.0 to 2.0 then the symbol will be rendered with the scale set to 2.0.
Animations also require that the view is displayed by a MapControl that uses either the Scheduled or OnTimer update mode.
Animations will impact performance since they require the view to be updated at regular intervals while any animation is running.
Platforms
Windows, Linux, Android