AnimationSettings¶
Namespace: ThinkGeo.UI.Maui
public class AnimationSettings
Inheritance Object → AnimationSettings
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¶
Duration¶
The length of the animation in Millisecond. It's 150 by default, set it to 0 to avoid animation.
public uint Duration { get; set; }
Property Value¶
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¶
Easing¶
Easing for the Animation. It is CubicInOut by default.
public Easing Easing { get; set; }
Property Value¶
Easing
Constructors¶
AnimationSettings()¶
public AnimationSettings()