InteractionTrackerInertiaStateEnteredArgs.ModifiedRestingScale Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.