CompositionExtensions.SetRestingValue Method
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.
Use the value of specified ExpressionNode as the resting value for this inertia modifier.
public static void SetRestingValue(this Microsoft.UI.Composition.Interactions.InteractionTrackerInertiaRestingValue modifier, CommunityToolkit.WinUI.Animations.Expressions.ExpressionNode expressionNode);
static member SetRestingValue : Microsoft.UI.Composition.Interactions.InteractionTrackerInertiaRestingValue * CommunityToolkit.WinUI.Animations.Expressions.ExpressionNode -> unit
<Extension()>
Public Sub SetRestingValue (modifier As InteractionTrackerInertiaRestingValue, expressionNode As ExpressionNode)
Parameters
- modifier
- Microsoft.UI.Composition.Interactions.InteractionTrackerInertiaRestingValue
The modifier.
- expressionNode
- ExpressionNode
The root ExpressionNode that represents the ExpressionAnimation.