InteractionTrackerInertiaStateEnteredArgs.ModifiedRestingScale Property

Definition

The InteractionTracker's resting scale when inertia completes, after InteractionTrackerInertiaModifiers and boundaries have been applied.

The ModifiedRestingScale property represents the systems calculation of where the final resting scale position of InteractionTracker will be based on an interaction. Unlike the NaturalRestingScale, ModifiedRestingScale will be calculated based on other factors that affect the motion of InteractionTracker such as InertiaModifiers and Min/Max boundaries.

public:
 property IReference<float> ^ ModifiedRestingScale { IReference<float> ^ get(); };
IReference<float> ModifiedRestingScale();
public System.Nullable<float> ModifiedRestingScale { get; }
var iReference = interactionTrackerInertiaStateEnteredArgs.modifiedRestingScale;
Public ReadOnly Property ModifiedRestingScale As Nullable(Of Single)

Property Value

The InteractionTracker's resting scale when inertia completes, after InteractionTrackerInertiaModifiers and boundaries have been applied.

Applies to