AnimationSettings¶
Namespace: ThinkGeo.UI.Maui
Represents the animation configuration applied to map view transitions.
public class AnimationSettings
Inheritance object → AnimationSettings
Properties¶
Length¶
Gets or sets the animation duration in milliseconds.
public uint Length { get; set; }
Property Value¶
Duration¶
Gets or sets the animation duration in milliseconds.
public uint Duration { get; set; }
Property Value¶
Type¶
Gets or sets the rendering strategy applied while the animation runs.
public MapAnimationType Type { get; set; }
Property Value¶
Easing¶
Gets or sets the easing function used during the animation.
public Easing Easing { get; set; }
Property Value¶
Constructors¶
AnimationSettings()¶
public AnimationSettings()