Skip to content

AnimationSettings

Namespace: ThinkGeo.UI.Maui

Represents the animation configuration applied to map view transitions.

public class AnimationSettings

Inheritance objectAnimationSettings

Properties

Length

Gets or sets the animation duration in milliseconds.

public uint Length { get; set; }

Property Value

uint

Duration

Gets or sets the animation duration in milliseconds.

public uint Duration { get; set; }

Property Value

uint

Type

Gets or sets the rendering strategy applied while the animation runs.

public MapAnimationType Type { get; set; }

Property Value

MapAnimationType

Easing

Gets or sets the easing function used during the animation.

public Easing Easing { get; set; }

Property Value

Easing

Constructors

AnimationSettings()

public AnimationSettings()