Skip to content

MapAnimationSettings

Namespace: ThinkGeo.UI.Wpf

public class MapAnimationSettings

Inheritance ObjectMapAnimationSettings

Properties

Duration

The duration of the animation in Millisecond. It's 170 by default, set it to 0 to avoid animation.

public uint Duration { get; set; }

Property Value

UInt32

Type

Set it to DrawAfterAnimation (by default) to render the map after the animation, or set it DrawWithAnimation to do the animation and map rendering at the same time

public MapAnimationType Type { get; set; }

Property Value

MapAnimationType

Easing

Easing for the Animation. It is null (linear) by default.

public EasingFunctionBase Easing { get; set; }

Property Value

EasingFunctionBase

Constructors

MapAnimationSettings()

public MapAnimationSettings()