MapCore.AnimationLevel Property

 

Gets or sets the animation level of the map.

Namespace:   Microsoft.Maps.MapControl.WPF
Assembly:  Microsoft.Maps.MapControl.WPF (in Microsoft.Maps.MapControl.WPF.dll)

Syntax

public AnimationLevel AnimationLevel { get; set; }
public:
property AnimationLevel AnimationLevel {
    AnimationLevel get();
    void set(AnimationLevel value);
}
member AnimationLevel : AnimationLevel with get, set
Public Property AnimationLevel As AnimationLevel

Property Value

Type: Microsoft.Maps.MapControl.WPF.AnimationLevel

Returns AnimationLevel.

See Also

MapCore Class
Microsoft.Maps.MapControl.WPF Namespace

Return to top