Skip to content

AnimationSettings

Namespace: ThinkGeo.UI.Maui

public class AnimationSettings

Inheritance ObjectAnimationSettings

Properties

Length

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

public uint Length { get; set; }

Property Value

UInt32

Type

Set it to Consecutively (by default) to render the map after the animation, or set it Simultaneously 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 CubicInOut by default.

public Easing Easing { get; set; }

Property Value

Easing

Constructors

AnimationSettings()

public AnimationSettings()